]> granicus.if.org Git - apache/commitdiff
grammar fix
authorStefan Fritsch <sf@apache.org>
Sat, 1 Oct 2011 20:41:30 +0000 (20:41 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 1 Oct 2011 20:41:30 +0000 (20:41 +0000)
point to SSLRequire docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178088 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml
docs/manual/mod/mod_ssl.xml

index 7a28a4e2eb82620f8d3cd5cb7e3108074ca15682..7726736f8dae65accfe3aaee92405342a4485f65 100644 (file)
@@ -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>
index 9a9b4a96fef5b1e9ae7fb5beebbd057a26a326fc..3b342b47bfc070d0d7d249fd1060d9b244534e76 100644 (file)
@@ -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