]> granicus.if.org Git - apache/commitdiff
Woops. I meant <note>, not <example>.
authorJoshua Slive <slive@apache.org>
Mon, 18 Feb 2002 15:54:13 +0000 (15:54 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 18 Feb 2002 15:54:13 +0000 (15:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93478 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_userdir.xml

index 9af7793a9187de688a7344c183dd821fc1a1c75a..01c4395aaafd700e7f3de4cd14b142fa074fbee2 100755 (executable)
@@ -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>