]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix spacing issue in links, according to comments
authorIgor Galić <igalic@apache.org>
Tue, 6 Nov 2012 23:48:59 +0000 (23:48 +0000)
committerIgor Galić <igalic@apache.org>
Tue, 6 Nov 2012 23:48:59 +0000 (23:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1406401 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/worker.xml

index 3fa1beccecf7aa8fca0757e2754d5dc5935425bf..f5b2ee6fa79df799ff3a20152584ed1ff42b1521 100644 (file)
@@ -102,11 +102,11 @@ uses</a></seealso>
     the following:</p>
 
     <ul>
-      <li>set the value of <directive module="mpm_common">
-      MaxRequestsPerChild</directive> to zero</li>
+      <li>set the value of <directive module="mpm_common"
+      >MaxRequestsPerChild</directive> to zero</li>
 
-      <li>set the value of <directive module="mpm_common">
-      MaxSpareThreads</directive> to the same value as
+      <li>set the value of <directive module="mpm_common"
+      >MaxSpareThreads</directive> to the same value as
       <directive module="mpm_common">MaxClients</directive></li>
     </ul>