Commit 9b0045d5 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

grammar fix

point to SSLRequire docs


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178088 13f79535-47bb-0310-9956-ffa450edef68
parent 2fee69e6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -495,4 +495,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"

</section>

<section id="sslrequire">
    <title>Comparison with SSLRequire</title>
    <p>The <em>ap_expr</em> syntax is mostly a superset of the syntax of the
    deprecated <directive module="mod_ssl">SSLRequire</directive> directive.
    The differences are described in <directive
    module="mod_ssl">SSLRequire</directive>'s documentation.</p>
</section>

</manualpage>
+1 −1
Original line number Diff line number Diff line
@@ -1391,7 +1391,7 @@ a superset of the syntax of <code>SSLRequire</code>, with the following
exception:</p>

<p>In <code>SSLRequire</code>, the comparison operators <code>&lt;</code>,
<code>&lt;=</code>, ...  completely equivalent to the operators
<code>&lt;=</code>, ... are completely equivalent to the operators
<code>lt</code>, <code>le</code>, ... and work in a somewhat pecular way that
first compares the length of two strings and then the lexical order.
On the other hand, <a href="../expr.html">ap_expr</a> has two sets of