You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/02/15 08:21:11 UTC

svn commit: r1853618 - /httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Author: jailletc36
Date: Fri Feb 15 08:21:11 2019
New Revision: 1853618

URL: http://svn.apache.org/viewvc?rev=1853618&view=rev
Log:
Fix typo added in r1838958

Modified:
    httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml?rev=1853618&r1=1853617&r2=1853618&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml Fri Feb 15 08:21:11 2019
@@ -814,10 +814,10 @@ per child process</description>
     <code>25</code> when used with the others.</p>
     
     <p>The value of <directive>ThreadsPerChild</directive> can not exceed the
-    value of <directive module="mpm_common">ThreadsLimit</directive>. If a
+    value of <directive module="mpm_common">ThreadLimit</directive>. If a
     higher value is configured, it will be automatically reduced at start-up
     and a warning will be logged. The relationship between these 2 directives
-    is explained in <directive module="mpm_common">ThreadsLimit</directive>.</p>
+    is explained in <directive module="mpm_common">ThreadLimit</directive>.</p>
 </usage>
 </directivesynopsis>