Commit 0413ba93 authored by Andre Malo's avatar Andre Malo
Browse files

new features


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105508 13f79535-47bb-0310-9956-ffa450edef68
parent 76c42ec0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->

<!--
 Copyright 2004 The Apache Software Foundation
@@ -290,7 +290,9 @@
    <tr><td><code>/</code></td><td>regexp match</td></tr>
    <tr><td><code>=</code></td><td>integer equality</td></tr>
    <tr><td><code>&lt;</code></td><td>integer less-than</td></tr>
    <tr><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><td><code>&gt;=</code></td><td>integer greater-than or equal</td></tr>
    <tr><td><code>*</code></td><td>Unconditional match</td></tr>
    </table>
</usage>