diff options
author | Joshua Slive <slive@apache.org> | 2002-02-18 16:54:13 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-02-18 16:54:13 +0100 |
commit | eef7b18c710b38d1da24ccf822ea297a5e2b13cc (patch) | |
tree | d9bb7bb8f591ea4d8133527164b34b8274c16f2f /docs/manual/mod/mod_userdir.xml | |
parent | A couple tiny updates to use <directive> and <note>. (diff) | |
download | apache2-eef7b18c710b38d1da24ccf822ea297a5e2b13cc.tar.xz apache2-eef7b18c710b38d1da24ccf822ea297a5e2b13cc.zip |
Woops. I meant <note>, not <example>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_userdir.xml')
-rwxr-xr-x | docs/manual/mod/mod_userdir.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml index 9af7793a91..01c4395aaa 100755 --- a/docs/manual/mod/mod_userdir.xml +++ b/docs/manual/mod/mod_userdir.xml @@ -87,7 +87,7 @@ http://www.foo.com/*/usr</td><td>http://www.foo.com/bob/usr/one/two.html</td></t http://www.foo.com/~*/</td><td>http://www.foo.com/~bob/one/two.html</td></tr> </table> -<example> +<note> <strong>Be careful when using this directive; for instance, <code>"UserDir ./"</code> would map <code>"/~root"</code> to <code>"/"</code> - which is probably @@ -97,7 +97,7 @@ http://www.foo.com/~*/</td><td>http://www.foo.com/~bob/one/two.html</td></tr> See also the <directive module="core">Directory</directive> directive and the <a href="../misc/security_tips.html">Security Tips</a> page for more information.</strong> -</example> +</note> </usage> |