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

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

docs/manual/mod/mpm_common.xml

index 6cc309f184fada24797b963b52a1d90c07fa1f32..a19039d80106b0cc0d3484dbb93a273c82f290f4 100644 (file)
@@ -390,8 +390,8 @@ listens to</description>
 
 <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>