Correct connectionLinger documentation
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 2 Sep 2011 09:38:16 +0000 (09:38 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 2 Sep 2011 09:38:16 +0000 (09:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1164438 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/ajp.xml
webapps/docs/config/http.xml

index 443ca3a..149b078 100644 (file)
     </attribute>
 
     <attribute name="connectionLinger" required="false">
-      <p>The number of milliseconds during which the sockets used by this
+      <p>The number of seconds during which the sockets used by this
       <strong>Connector</strong> will linger when they are closed.
-      The default value <code>-1</code> which disables this option.</p>
+      If not specified, the JVM default will be used.</p>
     </attribute>
 
     <attribute name="connectionTimeout" required="false">
index 7219c4f..b64a99a 100644 (file)
     </attribute>
 
     <attribute name="connectionLinger" required="false">
-      <p>The number of milliseconds during which the sockets used by this
+      <p>The number of seconds during which the sockets used by this
       <strong>Connector</strong> will linger when they are closed.
-      The default value <code>-1</code> which disables this option.</p>
+      If not specified, the JVM default will be used.</p>
     </attribute>
 
     <attribute name="connectionTimeout" required="false">