You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/04/12 18:14:36 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_version.html.en mod_version.xml

nd          2004/04/12 09:14:35

  Modified:    docs/manual/mod mod_version.html.en mod_version.xml
  Log:
  some nitpicking
  
  Revision  Changes    Path
  1.2       +13 -14    httpd-2.0/docs/manual/mod/mod_version.html.en
  
  Index: mod_version.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_version.html.en,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- mod_version.html.en	12 Apr 2004 15:57:30 -0000	1.1
  +++ mod_version.html.en	12 Apr 2004 16:14:35 -0000	1.2
  @@ -79,19 +79,18 @@
       assumed to be zero. The following numerical <var>operator</var>s are
       possible:</p>
   
  -    <table>
  -    <tr><th><var>operator</var></th><th>description</th></tr>
  -    <tr><td><code>=</code> or <code>==</code></td>
  +    <table class="bordered"><tr class="header"><th><var>operator</var></th><th>description</th></tr>
  +<tr><td><code>=</code> or <code>==</code></td>
           <td>httpd version is equal</td></tr>
  -    <tr><td><code>&gt;</code></td>
  +<tr class="odd"><td><code>&gt;</code></td>
           <td>httpd version is greater than</td></tr>
  -    <tr><td><code>&gt;=</code></td>
  +<tr><td><code>&gt;=</code></td>
           <td>httpd version is greater or equal</td></tr>
  -    <tr><td><code>&lt;</code></td>
  +<tr class="odd"><td><code>&lt;</code></td>
           <td>httpd version is less than</td></tr>
  -    <tr><td><code>&lt;=</code></td>
  +<tr><td><code>&lt;=</code></td>
           <td>httpd version is less or equal</td></tr>
  -    </table>
  +</table>
   
       <div class="example"><h3>Example</h3><p><code>
         &lt;IfVersion &gt;= 2.1&gt;<br />
  @@ -105,15 +104,14 @@
       <p>Besides the numerical comparison it is possible to match a regular
       expression against the httpd version. There are two ways to write it:</p>
   
  -    <table>
  -    <tr><th>operator</th><th>description</th></tr>
  -    <tr><td><code>=</code> or <code>==</code></td>
  +    <table class="bordered"><tr class="header"><th><var>operator</var></th><th>description</th></tr>
  +<tr><td><code>=</code> or <code>==</code></td>
           <td><var>version</var> has the form
               <code>/<var>regex</var>/</code></td></tr>
  -    <tr><td><code>~</code></td>
  +<tr class="odd"><td><code>~</code></td>
           <td><var>version</var> has the form
               <code><var>regex</var></code></td></tr>
  -    </table>
  +</table>
   
       <div class="example"><h3>Example</h3><p><code>
         &lt;IfVersion = /^2.1.[01234]$/&gt;<br />
  @@ -134,7 +132,8 @@
         &lt;/IfVersion&gt;
       </code></p></div>
   
  -    <p>If the operator is omitted, it is assumed to be <code>=</code>.</p>
  +    <p>If the <var>operator</var> is omitted, it is assumed to be
  +    <code>=</code>.</p>
   
   </div>
   </div>
  
  
  
  1.2       +5 -4      httpd-2.0/docs/manual/mod/mod_version.xml
  
  Index: mod_version.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_version.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- mod_version.xml	12 Apr 2004 15:50:43 -0000	1.1
  +++ mod_version.xml	12 Apr 2004 16:14:35 -0000	1.2
  @@ -71,7 +71,7 @@
       assumed to be zero. The following numerical <var>operator</var>s are
       possible:</p>
   
  -    <table>
  +    <table style="zebra" border="1">
       <tr><th><var>operator</var></th><th>description</th></tr>
       <tr><td><code>=</code> or <code>==</code></td>
           <td>httpd version is equal</td></tr>
  @@ -97,8 +97,8 @@
       <p>Besides the numerical comparison it is possible to match a regular
       expression against the httpd version. There are two ways to write it:</p>
   
  -    <table>
  -    <tr><th>operator</th><th>description</th></tr>
  +    <table style="zebra" border="1">
  +    <tr><th><var>operator</var></th><th>description</th></tr>
       <tr><td><code>=</code> or <code>==</code></td>
           <td><var>version</var> has the form
               <code>/<var>regex</var>/</code></td></tr>
  @@ -126,7 +126,8 @@
         &lt;/IfVersion&gt;
       </example>
   
  -    <p>If the operator is omitted, it is assumed to be <code>=</code>.</p>
  +    <p>If the <var>operator</var> is omitted, it is assumed to be
  +    <code>=</code>.</p>
   </usage>
   </directivesynopsis>