You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/12/27 20:11:25 UTC

svn commit: r1053145 - /httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Author: rbowen
Date: Mon Dec 27 19:11:25 2010
New Revision: 1053145

URL: http://svn.apache.org/viewvc?rev=1053145&view=rev
Log:
Removes trailing slash on <Directory /home> example. tid50421

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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=1053145&r1=1053144&r2=1053145&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Mon Dec 27 19:11:25 2010
@@ -715,7 +715,7 @@ named file-system directory, sub-directo
       </indent>
       &lt;/Directory&gt;<br />
       <br />
-      &lt;Directory /home/&gt;<br />
+      &lt;Directory /home&gt;<br />
       <indent>
         AllowOverride FileInfo<br />
       </indent>