From cf067dcc4cf3b5afa94595b4bc0c511385cb34c1 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Sun, 5 Jul 2009 23:48:44 +0000 Subject: [PATCH] Fix incorrect "Userdir enabled" usage cases in the docs. 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 | 1 - docs/manual/mod/mod_userdir.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml index 3efce8a8e0..224c991189 100644 --- a/docs/manual/howto/public_html.xml +++ b/docs/manual/howto/public_html.xml @@ -139,7 +139,6 @@ what users are permitted to use this functionality:

- UserDir enabled
UserDir disabled root jro fish
diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml index 98f4a91657..87630df208 100644 --- a/docs/manual/mod/mod_userdir.xml +++ b/docs/manual/mod/mod_userdir.xml @@ -133,7 +133,6 @@ host deny this to a few, use the following:

- UserDir enabled
UserDir disabled user4 user5 user6
-- 2.50.1