]> granicus.if.org Git - apache/commitdiff
A couple tiny updates to use <directive> and <note>.
authorJoshua Slive <slive@apache.org>
Mon, 18 Feb 2002 15:50:05 +0000 (15:50 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 18 Feb 2002 15:50:05 +0000 (15:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93477 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_suexec.xml
docs/manual/mod/mod_userdir.xml

index 0d575e4913d31aac0699265be155fd49f728a334..896a81dd7b4d93ec6ea7fe617acee9cecde0571a 100644 (file)
@@ -28,7 +28,7 @@ and Group.</description>
 later.</compatibility>
 
 <usage>
-    <p>The <code>SuexecUserGroup</code> directive allows you to
+    <p>The <directive>SuexecUserGroup</directive> directive allows you to
     specify a user and group for CGI programs to run as. Non-CGI
     requests are still processes with the user specified in the
     User directive. This directive replaces using the User and
index 65777a7e45b0cc1004963fdbf3aa0abc93ec192d..9af7793a9187de688a7344c183dd821fc1a1c75a 100755 (executable)
@@ -32,10 +32,10 @@ above.</compatibility>
 
 <usage>
 
-    <p>The UserDir directive sets the real directory in a user's
-    home directory to use when a request for a document for a user
-    is received. <em>Directory-filename</em> is one of the
-    following:</p>
+    <p>The <directive>UserDir</directive> directive sets the real
+    directory in a user's home directory to use when a request for a
+    document for a user is received. <em>Directory-filename</em> is
+    one of the following:</p>
 
     <ul>
       <li>The name of a directory or a pattern such as those shown
@@ -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> 
 
-    <blockquote>
+<example>
       <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>
-    </blockquote>
+</example>
 
 </usage>