Add missing whitespace
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 18 Apr 2011 14:43:26 +0000 (14:43 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 18 Apr 2011 14:43:26 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1094602 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index baf1015..09b47c7 100644 (file)
         <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">