]> granicus.if.org Git - apache/commitdiff
add some markup
authorAstrid Malo <kess@apache.org>
Wed, 3 Dec 2003 23:46:53 +0000 (23:46 +0000)
committerAstrid Malo <kess@apache.org>
Wed, 3 Dec 2003 23:46:53 +0000 (23:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101975 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/leader.html.en
docs/manual/mod/leader.xml

index 0ac2d2d71570dce72867f7328fa74efaaf7d6cc5..2aec29e6c878eddff64f776cb01107a5d7b1a1f1 100644 (file)
@@ -41,14 +41,14 @@ MPM</td></tr>
     to coordinate work among threads. For more info, see <a href="http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf">http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf</a>.</p>
 
     <p>To use the <code class="module"><a href="../mod/leader.html">leader</a></code> MPM, add
-    <code>--with-mpm=leader</code> to the configure script's arguments
-    when building the httpd.</p>
+      <code>--with-mpm=leader</code> to the <code>configure</code> script's
+      arguments when building the <code>httpd</code>.</p>
   
     <p>This MPM depends on APR's atomic compare-and-swap operations for
     thread synchronization. If you are compiling for an x86 target
     and you don't need to support 386s, or you are compiling for a
     SPARC and you don't need to run on pre-UltraSPARC chips, add
-    <code>--enable-nonportable-atomics=yes</code> to the configure
+    <code>--enable-nonportable-atomics=yes</code> to the <code>configure</code>
     script's arguments. This will cause APR to implement atomic operations
     using efficient opcodes not available in older CPUs.</p>
 </div>
index cf6b93a9a4725de530546b2c4469c3f31c2f5d01..fde995375a07cb4acd2a3522c3bd790abd00e319 100644 (file)
@@ -23,14 +23,14 @@ MPM</description>
     >http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf</a>.</p>
 
     <p>To use the <module>leader</module> MPM, add
-    <code>--with-mpm=leader</code> to the configure script's arguments
-    when building the httpd.</p>
+      <code>--with-mpm=leader</code> to the <code>configure</code> script's
+      arguments when building the <code>httpd</code>.</p>
   
     <p>This MPM depends on APR's atomic compare-and-swap operations for
     thread synchronization. If you are compiling for an x86 target
     and you don't need to support 386s, or you are compiling for a
     SPARC and you don't need to run on pre-UltraSPARC chips, add
-    <code>--enable-nonportable-atomics=yes</code> to the configure
+    <code>--enable-nonportable-atomics=yes</code> to the <code>configure</code>
     script's arguments. This will cause APR to implement atomic operations
     using efficient opcodes not available in older CPUs.</p>
 </summary>