Commit f14e1a63 authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

Close paren.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111963 13f79535-47bb-0310-9956-ffa450edef68
parent ff7fe536
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@
    <tr><th>Character</th><th>Description</th></tr>
    <tr><td><em>(none)</em></td><td>exact match</td></tr>
    <tr><td><code>$</code></td><td>substring match</td></tr>
    <tr><td><code>/</code></td><td>regexp match (delimited by a second <code>/</code></td></tr>
    <tr><td><code>/</code></td><td>regexp match (delimited by a second <code>/</code>)</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>