]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix incorrect "Userdir enabled" usage cases in the docs.
authorNick Kew <niq@apache.org>
Sun, 5 Jul 2009 23:51:18 +0000 (23:51 +0000)
committerNick Kew <niq@apache.org>
Sun, 5 Jul 2009 23:51:18 +0000 (23:51 +0000)
The actual documentation of the directive is accurate, but the examples
were incorrect, as noted in PR 42910.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@791345 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/public_html.xml
docs/manual/mod/mod_userdir.xml

index 32ab782b9c0c279da23228ced30576fde0484aee..ea71a24dfb120ead88b1747e138616014c5160db 100644 (file)
     what users are permitted to use this functionality:</p>
 
     <example>
-      UserDir enabled<br />
       UserDir disabled root jro fish
     </example>
 
index 98f4a916577976f363fe537136ad7cc870169966..87630df2082ca6c29be844dc42db53935e35dff1 100644 (file)
@@ -133,7 +133,6 @@ host</context></contextlist>
     deny this to a few, use the following:</p>
 
     <example>
-      UserDir enabled<br />
       UserDir disabled user4 user5 user6
     </example>