]> granicus.if.org Git - apache/commitdiff
fix MaxClients description (r692325) suggested by wrowe
authorTakashi Sato <takashi@apache.org>
Fri, 10 Oct 2008 12:39:40 +0000 (12:39 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 10 Oct 2008 12:39:40 +0000 (12:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@703441 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index a213012b8bbd45e4cba1b0f2d1379b76944a326d..126b813e049382c33bbebedc9cc6af167fa1c3b9 100644 (file)
@@ -443,8 +443,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>