From a5e4a11f46187701c1d5d5376497ebeabc08bb5c Mon Sep 17 00:00:00 2001
From: markt
Date: Fri, 2 Sep 2011 09:38:16 +0000
Subject: [PATCH] Correct connectionLinger documentation
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1164438 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/config/ajp.xml | 4 ++--
webapps/docs/config/http.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index 443ca3a58..149b07858 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -292,9 +292,9 @@
- The number of milliseconds during which the sockets used by this
+
The number of seconds during which the sockets used by this
Connector will linger when they are closed.
- The default value -1 which disables this option.
+ If not specified, the JVM default will be used.
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 7219c4f02..b64a99ab9 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -309,9 +309,9 @@
- The number of milliseconds during which the sockets used by this
+
The number of seconds during which the sockets used by this
Connector will linger when they are closed.
- The default value -1 which disables this option.
+ If not specified, the JVM default will be used.
--
2.11.0