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:20:04 UTC

svn commit: r1053149 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: rbowen
Date: Mon Dec 27 19:20:03 2010
New Revision: 1053149

URL: http://svn.apache.org/viewvc?rev=1053149&view=rev
Log:
Remove unnecessary trailing / on <Directory /home> example. tid50421

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1053149&r1=1053148&r2=1053149&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Mon Dec 27 19:20:03 2010
@@ -619,7 +619,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>