From f184e2562789b5c46d3752f0770472083fadfe8c Mon Sep 17 00:00:00 2001
From: Stefan Fritsch <sf@apache.org>
Date: Sat, 1 Oct 2011 20:41:30 +0000
Subject: [PATCH] grammar fix 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        | 8 ++++++++
 docs/manual/mod/mod_ssl.xml | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 7a28a4e2eb..7726736f8d 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -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>
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 9a9b4a96fe..3b342b47bf 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -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
-- 
2.40.0