Author: junrao
Date: Mon Apr 29 04:30:25 2013
New Revision: 1476890

URL: http://svn.apache.org/r1476890
Log:
add nowrap to 0.8 docs

Modified:
    kafka/site/08/configuration.html

Modified: kafka/site/08/configuration.html
URL: 
http://svn.apache.org/viewvc/kafka/site/08/configuration.html?rev=1476890&r1=1476889&r2=1476890&view=diff
==============================================================================
--- kafka/site/08/configuration.html (original)
+++ kafka/site/08/configuration.html Mon Apr 29 04:30:25 2013
@@ -24,7 +24,7 @@
     </tr>
     <tr>
       <td>log.dirs</td>
-      <td><span>/tmp/kafka-logs</span></td>
+      <td nowrap>/tmp/kafka-logs</td>
       <td>The directories in which the log data is kept</td>
     </tr>
     <tr>
@@ -34,9 +34,7 @@
     </tr>
     <tr>
       <td>message.max.bytes</td>
-      <td>
-        <span>1000000</span>
-     </td>
+      <td>1000000</td>
       <td>The maximum size of a message that the server can receive</td>
     </tr>
     <tr>
@@ -88,7 +86,7 @@
     </tr>
     <tr>
       <td>log.segment.bytes</td>
-      <td><span>1024 * 1024 * 1024</span></td>
+      <td nowrap>1024 * 1024 * 1024</td>
       <td>The maximum size of a single log file</td>
     </tr>
     <tr>
@@ -158,7 +156,7 @@
     </tr>
     <tr>
       <td>log.flush.interval.ms</td>
-      <td>3000</span>
+      <td>3000
      </td>
       <td>The maximum time in ms that a message in any topic is kept in memory 
before flushed to disk</td>
     </tr>
@@ -204,7 +202,7 @@
     </tr>
     <tr>
       <td>replica.fetch.max.bytes</td>
-      <td><span>1024 * 1024</span></td>
+      <td nowrap>1024 * 1024</td>
       <td>The number of byes of messages to attempt to fetch</td>
     </tr>
     <tr>
@@ -300,7 +298,7 @@
     </tr>
     <tr>
       <td>fetch.message.max.bytes</td>
-      <td colspan="1">1024 * 1024</td>
+      <td nowrap>1024 * 1024</td>
       <td>The number of byes of messages to attempt to fetch</td>
     </tr>
     <tr>
@@ -367,8 +365,7 @@
     </tr>
     <tr>
       <td>zookeeper.connection.timeout.ms</td>
-      <td colspan="1">6000</span>
-     </td>
+      <td colspan="1">6000</td>
       <td>The max time that the client waits to establish a connection to 
zookeeper</td>
     </tr>
     <tr>


Reply via email to