]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add <columnspec> and make a couple other very small changes
authorJoshua Slive <slive@apache.org>
Fri, 2 Apr 2004 20:08:50 +0000 (20:08 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 2 Apr 2004 20:08:50 +0000 (20:08 +0000)
to let latex render tables a little better.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103235 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
docs/manual/mod/mod_auth_ldap.xml
docs/manual/mod/mod_headers.xml
docs/manual/mod/mod_mime_magic.xml
docs/manual/mod/mod_rewrite.xml
docs/manual/mod/mod_ssl.xml
docs/manual/mod/mod_vhost_alias.xml

index ff81d8f67a23c3770d1c2b03203f4456aa942722..4963db6c995651808c9273963ad24672470719f2 100644 (file)
@@ -1922,6 +1922,8 @@ matching URLs</description>
     significance:</p>
 
     <table border="1">
+    <columnspec><column width=".2"/><column width=".3"/><column width=".5"/>
+    </columnspec>
       <tr>
         <th><strong>Level</strong> </th>
 
index 7cccea1482c743e241cf4ff771b0e5e77096dcaf..a9010575fc2af09d4596f72bc24c8a5f18cbb3e5 100644 (file)
@@ -141,6 +141,7 @@ for HTTP Basic authentication.</description>
     phase</p>
 
     <table>
+      <columnspec><column width=".3"/><column width=".7"/></columnspec>
       <tr>
         <td><directive module="mod_auth_ldap">AuthLDAPURL</directive></td>
 
@@ -203,6 +204,7 @@ for HTTP Basic authentication.</description>
     compare phase:</p>
 
     <table>
+      <columnspec><column width=".4"/><column width=".6"/></columnspec>
       <tr>
         <td><directive module="mod_auth_ldap">AuthLDAPURL</directive> </td>
 
index 205e89fd017625dc42130508894259327f2a39aa..e4327f6fecfa68664afdbac4dbb14d2cd1f97d9e 100644 (file)
@@ -248,6 +248,7 @@ is available only in Apache 2.0</compatibility>
     are supported in <var>value</var>:</p>
 
     <table border="1">
+    <columnspec><column width=".25"/><column width=".75"/></columnspec>
     <tr><td><code>%t</code></td>
         <td>The time the request was received in Universal Coordinated Time
         since the epoch (Jan. 1, 1970) measured in microseconds. The value
index 6f8adaeee2c682af40b51838dbc5aefa87c1c261..e650cdc2b414f4cd5ef81b4cea8968a35602fe6f 100644 (file)
@@ -49,6 +49,7 @@
     the following columns:</p>
 
     <table style="zebra" border="1">
+    <columnspec><column width=".15"/><column width=".8"/></columnspec>
     <tr><th>Column</th><th>Description</th></tr>
     <tr><td>1</td>
         <td>byte number to begin checking from<br />
@@ -56,8 +57,9 @@
          non-"<code>&gt;</code>" line</td></tr>
 
     <tr><td>2</td>
-        <td>type of data to match 
+        <td><p>type of data to match</p>
         <table border="1">
+        <columnspec><column width=".2"/><column width=".7"/></columnspec>
         <tr><td><code>byte</code></td>
             <td>single character</td></tr>
         <tr><td><code>short</code></td>
index 0bea70173cd94af89119aed4bb0b0d0a6f29e438..e4017ada3b06750325e8dff2dcfbe464e124922c 100644 (file)
@@ -876,6 +876,8 @@ Result:
           from the following list: 
 
           <table>
+          <columnspec><column width=".3"/><column width=".3"/>
+           <column width=".3"/></columnspec>
             <tr>
               <th>HTTP headers:</th> <th>connection &amp; request:</th> <th></th>
            </tr>
index a2caf997ffb2a606389e6efe4d97db99b0f5a0fe..0aea7bba873a2747f2ca38c322263cb93a21560e 100644 (file)
@@ -49,6 +49,8 @@ href="../ssl/ssl_compat.html">Compatibility</a> chapter for details on the
 compatibility variables.</p>
 
 <table border="1">
+<columnspec><column width=".3"/><column width=".2"/><column width=".5"/>
+</columnspec>
 <tr>
  <th>Variable Name:</th>
  <th>Value Type:</th>
@@ -87,10 +89,10 @@ compatibility variables.</p>
 <tr><td><code>SSL_SERVER_A_SIG</code></td>              <td>string</td>    <td>Algorithm used for the signature of server's certificate</td></tr>
 <tr><td><code>SSL_SERVER_A_KEY</code></td>              <td>string</td>    <td>Algorithm used for the public key of server's certificate</td></tr>
 <tr><td><code>SSL_SERVER_CERT</code></td>               <td>string</td>    <td>PEM-encoded server certificate</td></tr>
-<tr><td colspan="3">[ where <em>x509</em> is a component of a X.509 DN:
-  <code>C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email</code> ]</td></tr>
 </table>
 </section>
+<p>[ where <em>x509</em> is a component of a X.509 DN:
+  <code>C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email</code> ]</p>
 
 <section id="logformats"><title>Custom Log Formats</title>
 
@@ -548,6 +550,7 @@ specify the preference and order for the ciphers (see <a href="#table1">Table
 1</a>).</p>
 
 <table border="1">
+<columnspec><column width=".5"/><column width=".5"/></columnspec>
 <tr><th>Tag</th> <th>Description</th></tr>
 <tr><td colspan="2"><em>Key Exchange Algorithm:</em></td></tr>
 <tr><td><code>kRSA</code></td>   <td>RSA key exchange</td></tr>
@@ -627,6 +630,9 @@ href="#table2">Table 2</a>.</p>
 SSLCipherSuite RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW
 </example>
 <table border="1">
+<columnspec><column width=".3"/><column width=".1"/><column width=".13"/>
+<column width=".1"/><column width=".13"/><column width=".1"/>
+<column width=".13"/></columnspec>
 <tr><th>Cipher-Tag</th> <th>Protocol</th> <th>Key Ex.</th> <th>Auth.</th> <th>Enc.</th> <th>MAC</th> <th>Type</th> </tr>
 <tr><td colspan="7"><em>RSA Ciphers:</em></td></tr>
 <tr><td><code>DES-CBC3-SHA</code></td> <td>SSLv3</td> <td>RSA</td> <td>RSA</td> <td>3DES(168)</td> <td>SHA1</td> <td></td> </tr>
index a3e2a15a052dad601d17355f19167b689fff2b78..8566fa31dec303b3a1a88a8678123d04d5ef6477 100644 (file)
@@ -66,7 +66,7 @@ hosting</description>
     by <code>printf</code> which have a number of formats:</p>
 
 <table>
-
+<columnspec><column width=".2"/><column width=".6"/></columnspec>
 <tr><td><code>%%</code></td>
 <td>insert a <code>%</code></td></tr>
 
@@ -87,6 +87,7 @@ hosting</description>
     is present. The interpretation is as follows:</p>
 
     <table>
+      <columnspec><column width=".1"/><column width=".4"/></columnspec>
       <tr><td><code>0</code></td>
       <td>the whole name</td></tr>