Author: markt
Date: Mon Apr 18 14:43:26 2011
New Revision: 1094602

URL: http://svn.apache.org/viewvc?rev=1094602&view=rev
Log:
Add missing whitespace

Modified:
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1094602&r1=1094601&r2=1094602&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Mon Apr 18 14:43:26 2011
@@ -651,21 +651,21 @@
         <p>(int)Tomcat will cache SocketProcessor objects to reduce garbage
         collection. The integer value specifies how many objects to keep in the
         cache at most. The default is <code>500</code>. Other values are
-        <code>-1</code> for unlimited cache and <code>0</code>for no cache.</p>
+        <code>-1</code> for unlimited cache and <code>0</code> for no 
cache.</p>
       </attribute>
 
       <attribute name="socket.keyCache" required="false">
         <p>(int)Tomcat will cache KeyAttachment objects to reduce garbage
         collection. The integer value specifies how many objects to keep in the
         cache at most. The default is <code>500</code>. Other values are
-        <code>-1</code> for unlimited cache and <code>0</code>for no cache.</p>
+        <code>-1</code> for unlimited cache and <code>0</code> for no 
cache.</p>
       </attribute>
 
       <attribute name="socket.eventCache" required="false">
         <p>(int)Tomcat will cache PollerEvent objects to reduce garbage
         collection. The integer value specifies how many objects to keep in the
         cache at most. The default is <code>500</code>. Other values are
-        <code>-1</code> for unlimited cache and <code>0</code>for no cache.</p>
+        <code>-1</code> for unlimited cache and <code>0</code> for no 
cache.</p>
       </attribute>
 
       <attribute name="selectorPool.maxSelectors" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to