You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/12/15 22:36:33 UTC

svn commit: r1422364 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml

Author: covener
Date: Sat Dec 15 21:36:32 2012
New Revision: 1422364

URL: http://svn.apache.org/viewvc?rev=1422364&view=rev
Log:
not just leading slashes

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml?rev=1422364&r1=1422363&r2=1422364&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml Sat Dec 15 21:36:32 2012
@@ -156,8 +156,8 @@ href="../URLmapping.html">Mapping URLs t
         </Directory>
     </example>
 
-    <p>Any number of leading slashes in the <var>URL-path</var> parameter
-    matches any number of leading slashes in the requested URL-path.</p>
+    <p>Any number of slashes in the <var>URL-path</var> parameter
+    matches any number of slashes in the requested URL-path.</p>
 
 </usage>
 </directivesynopsis>