]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sun, 17 Oct 2004 20:21:11 +0000 (20:21 +0000)
committerAndré Malo <nd@apache.org>
Sun, 17 Oct 2004 20:21:11 +0000 (20:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105509 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_filter.html.en

index 429e5c8bd4c3f3f2759caeadfe7e7e0f12652eca..7b2491db7bd034ca49cfebd6cbf13ae6fe351a4f 100644 (file)
 <tr><td><code>/</code></td><td>regexp match</td></tr>
 <tr class="odd"><td><code>=</code></td><td>integer equality</td></tr>
 <tr><td><code>&lt;</code></td><td>integer less-than</td></tr>
-<tr class="odd"><td><code>&gt;</code></td><td>integer greater-than</td></tr>
+<tr class="odd"><td><code>&lt;=</code></td><td>integer less-than or equal</td></tr>
+<tr><td><code>&gt;</code></td><td>integer greater-than</td></tr>
+<tr class="odd"><td><code>&gt;=</code></td><td>integer greater-than or equal</td></tr>
 <tr><td><code>*</code></td><td>Unconditional match</td></tr>
 </table>