]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove unnecessary trailing / on <Directory /home> example. tid50421
authorRich Bowen <rbowen@apache.org>
Mon, 27 Dec 2010 19:20:03 +0000 (19:20 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 27 Dec 2010 19:20:03 +0000 (19:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053149 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index f3328d8009b5977537c338eca9b0ab5ec13d88c1..cb636e9f00ccecb8ca4e9e38c1642271cbc95ea4 100644 (file)
@@ -619,7 +619,7 @@ named file-system directory, sub-directories, and their contents.</description>
       </indent>
       &lt;/Directory&gt;<br />
       <br />
-      &lt;Directory /home/&gt;<br />
+      &lt;Directory /home&gt;<br />
       <indent>
         AllowOverride FileInfo<br />
       </indent>