]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix halting latex run
authorAndré Malo <nd@apache.org>
Thu, 30 Jan 2014 16:40:35 +0000 (16:40 +0000)
committerAndré Malo <nd@apache.org>
Thu, 30 Jan 2014 16:40:35 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1562888 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/API.xml
docs/manual/images/mod_filter_old.png [new file with mode: 0644]
docs/manual/mod/mod_alias.xml
docs/manual/mod/mod_proxy_ajp.xml

index 6af161ce77f30b678d44cd237ac7ec0f5741ed68..f9c7bf6cd9c7f2b12a0a03fe916404983fc94c2a 100644 (file)
@@ -387,7 +387,6 @@ int method_number;   /* M_GET, M_POST, <em>etc.</em> */
         <br />
 <pre>void *per_dir_config;   /* Options set in config files, <em>etc.</em> */
 void *request_config;   /* Notes on *this* request */</pre>
-        <br />
         };
       </example>
     </section>
diff --git a/docs/manual/images/mod_filter_old.png b/docs/manual/images/mod_filter_old.png
new file mode 100644 (file)
index 0000000..c1b1150
Binary files /dev/null and b/docs/manual/images/mod_filter_old.png differ
index f2536280f6188e72893840389c74072a0a66b21f..2b59619e7b48a94f96a1e8a0561a2d79f4b887a8 100644 (file)
@@ -125,7 +125,9 @@ href="../URLmapping.html">Mapping URLs to the filesystem</a></seealso>
     <var>URL-path</var> then the server will require a trailing / in
     order to expand the alias. That is, if you use</p>
 
-    <dl><dd><code>Alias /icons/ /usr/local/apache/icons/</code></dd></dl>
+    <example>
+        Alias /icons/ /usr/local/apache/icons/
+    </example>
 
     <p>then the URL <code>/icons</code> will not be aliased, as it lacks
     that trailing /. Likewise, if you omit the slash on the
index 068a228cb455b129f8eb13ae398b0be8537cb550..6ff0deaef920a41223ae3eb5f37dbce1c24327c0 100644 (file)
     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>
         <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>
       </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>
         <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>
      <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>
     <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>