]> granicus.if.org Git - apache/commitdiff
table fixes.
authorAndré Malo <nd@apache.org>
Fri, 24 Jan 2014 08:35:36 +0000 (08:35 +0000)
committerAndré Malo <nd@apache.org>
Fri, 24 Jan 2014 08:35:36 +0000 (08:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560918 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml
docs/manual/mod/mod_proxy_ajp.xml

index 698b3f1dae2a6789f8d9ce8ccff03ad6c622e2ea..930bdd6d31b424d96e9249dcaeefe3f4fe4cc005 100644 (file)
@@ -463,7 +463,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
     Modules may register additional functions.</p>
 
     <table border="1" style="zebra">
-    <columnspec><column width=".2"/><column width=".8"/></columnspec>
+    <columnspec><column width=".2"/><column width=".4"/><column width=".4"/></columnspec>
 
     <tr><th>Name</th><th>Description</th><th>Restricted</th></tr>
     <tr><td><code>req</code>, <code>http</code></td>
index bc40f3b512631ad579792c50d7a37ace6771e999..01895f2c35c93c4bec7b706fa2a5c2c311362c60 100644 (file)
@@ -193,11 +193,12 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
     suggest that the maximum payload could be as large as 2^16, in fact, the
     code sets the maximum to be 8K.</p>
     <table>
+       <columnspec><column width=".2"/><column width=".1"/><column width=".1"/><column width=".2"/><column width=".2"/><column width=".2"/></columnspec>
       <tr>
-        <td colspan="6"><em>Packet Format (Server->Container)</em></td>
+        <th colspan="6"><em>Packet Format (Server->Container)</em></th>
       </tr>
       <tr>
-        <td>Byte</td>
+        <th>Byte</th>
         <td>0</td>
         <td>1</td>
         <td>2</td>
@@ -205,7 +206,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
         <td>4...(n+3)</td>
       </tr>
       <tr>
-        <td>Contents</td>
+        <th>Contents</th>
         <td>0x12</td>
         <td>0x34</td>
         <td colspan="2">Data Length (n)</td>
@@ -213,11 +214,12 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
       </tr>
     </table>
     <table>
+       <columnspec><column width=".2"/><column width=".1"/><column width=".1"/><column width=".2"/><column width=".2"/><column width=".2"/></columnspec>
       <tr>
-        <td colspan="6"><em>Packet Format (Container->Server)</em></td>
+        <th colspan="6"><em>Packet Format (Container->Server)</em></th>
       </tr>
       <tr>
-        <td>Byte</td>
+        <th>Byte</th>
         <td>0</td>
         <td>1</td>
         <td>2</td>
@@ -225,7 +227,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
         <td>4...(n+3)</td>
       </tr>
       <tr>
-        <td>Contents</td>
+        <th>Contents</th>
         <td>A</td>
         <td>B</td>
         <td colspan="2">Data Length (n)</td>
@@ -240,6 +242,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
      <p>The web server can send the following messages to the servlet
      container:</p>
     <table>
+       <columnspec><column width=".2"/><column width=".3"/><column width=".5"/></columnspec>
       <tr>
         <td>Code</td>
         <td>Type of Packet</td>
@@ -281,6 +284,7 @@ ProxyPassReverse /apps/foo http://www.example.com/foo
     <p>The servlet container can send the following types of messages to the
     webserver:</p>
     <table>
+       <columnspec><column width=".2"/><column width=".3"/><column width=".5"/></columnspec>
       <tr>
         <td>Code</td>
         <td>Type of Packet</td>