]> granicus.if.org Git - apache/commitdiff
Fix incorrect "Userdir enabled" usage cases in the docs.
authorNick Kew <niq@apache.org>
Sun, 5 Jul 2009 23:48:44 +0000 (23:48 +0000)
committerNick Kew <niq@apache.org>
Sun, 5 Jul 2009 23:48:44 +0000 (23:48 +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/trunk@791344 13f79535-47bb-0310-9956-ffa450edef68

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

index 3efce8a8e0177a2e81840a6bf2e2fc0212f806c5..224c9911898add0616efc66763d27c5fe03f40d4 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>