]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removes trailing slash on <Directory /home> example. tid50421
authorRich Bowen <rbowen@apache.org>
Mon, 27 Dec 2010 19:11:25 +0000 (19:11 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 27 Dec 2010 19:11:25 +0000 (19:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1053145 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 9cec6e039ffe60db109938149152db8f97ce3ec5..25ce871a1809e281621bf5cc634a9846f26d3691 100644 (file)
@@ -715,7 +715,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>