]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR64342 feedback
authorEric Covener <covener@apache.org>
Sun, 12 Apr 2020 14:22:00 +0000 (14:22 +0000)
committerEric Covener <covener@apache.org>
Sun, 12 Apr 2020 14:22:00 +0000 (14:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876428 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 3986a3f9debf9bffda3025936904d9c81397b761..af609890cf55616c55ef424c5c4fe993a84e24be 100644 (file)
@@ -2681,14 +2681,14 @@ the server configuration files</description>
 <name>KeepAliveTimeout</name>
 <description>Amount of time the server will wait for subsequent
 requests on a persistent connection</description>
-<syntax>KeepAliveTimeout <var>num</var>[ms]</syntax>
+<syntax>KeepAliveTimeout <var>num-seconds</var>|<var>num-milliseconds</var>ms</syntax>
 <default>KeepAliveTimeout 5</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
 
 <usage>
     <p>The number of seconds Apache httpd will wait for a subsequent
-    request before closing the connection. By adding a postfix of ms the
+    request before closing the connection. By adding a postfix of 'ms' the
     timeout can be also set in milliseconds. Once a request has been
     received, the timeout value specified by the
     <directive module="core">Timeout</directive> directive applies.</p>