You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2012/11/07 00:49:00 UTC

svn commit: r1406401 - /httpd/httpd/branches/2.2.x/docs/manual/mod/worker.xml

Author: igalic
Date: Tue Nov  6 23:48:59 2012
New Revision: 1406401

URL: http://svn.apache.org/viewvc?rev=1406401&view=rev
Log:
fix spacing issue in links, according to comments

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/worker.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/worker.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/worker.xml?rev=1406401&r1=1406400&r2=1406401&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/worker.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/worker.xml Tue Nov  6 23:48:59 2012
@@ -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>