Correct typos in description of NIO connector in config/http.html, especially in...
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 1 Apr 2011 14:30:25 +0000 (14:30 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 1 Apr 2011 14:30:25 +0000 (14:30 +0000)
An attribute is called "processorCache", not "processCache".

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1087720 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index 7d2c0da..e6b9165 100644 (file)
       <attribute name="socket.soTrafficClass" required="false">
         <p>(byte)Value between <code>0</code> and <code>255</code> for the
         traffic class on the socket. JVM default used if not set.</p>
-        <p><strong>Note</strong>On some JDK versions, setting
+        <p><strong>Note:</strong> On some JDK versions, setting
         <strong>soTrafficClass</strong> causes a problem. A work around for this
         is to add the <code>-Djava.net.preferIPv4Stack=true</code> value to your
         JVM options.</p>
         <p>The following command line options are available for the NIO
         connector:<br/>
         <code>-Dorg.apache.tomcat.util.net.NioSelectorShared=true|false</code>
-        - default is <code>true</code>. Set this value to false if you wish to
-        use a selector for each thread. If you do set it to false, you can
+        - default is <code>true</code>. Set this value to <code>false</code> if you wish to
+        use a selector for each thread. When you set it to <code>false</code>, you can
         control the size of the pool of selectors by using the 
-        <strong>selectorPool.maxSelectors attribute</strong>.</p>
+        <strong>selectorPool.maxSelectors</strong> attribute.</p>
       </attribute>
 
       <attribute name="oomParachute" required="false">