]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r703441 from trunk:
authorTakashi Sato <takashi@apache.org>
Mon, 20 Oct 2008 15:04:34 +0000 (15:04 +0000)
committerTakashi Sato <takashi@apache.org>
Mon, 20 Oct 2008 15:04:34 +0000 (15:04 +0000)
fix MaxClients description (r692325, r692459) suggested by wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@706316 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index cfc7168114a404ebc6ab3e6f6434b2fedb4ccce3..7288fcbe231296ea9807d04cd2ccac304eb3ecc5 100644 (file)
@@ -418,8 +418,8 @@ The <var>protocol</var> argument was added in 2.1.5</compatibility>
 
 <directivesynopsis>
 <name>MaxClients</name>
-<description>Maximum number of simultaneous requests that will
-be served</description>
+<description>Maximum number of connections that will be processed
+simultaneously</description>
 <syntax>MaxClients <var>number</var></syntax>
 <default>See usage for details</default>
 <contextlist><context>server config</context></contextlist>