]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
s/=/==/ as spotted in comment in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Apr 2014 21:52:38 +0000 (21:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Apr 2014 21:52:38 +0000 (21:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1590310 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index f4f1689332de2a11b467ba4d2b95cbd7c98f27f6..b8bb731fb3168918744e6287730d92f4f9670843 100644 (file)
@@ -1908,7 +1908,7 @@ satisfied by a request at runtime</td></tr>
 
     <p>would match HTTP/1.0 requests without a <var>Host:</var> header.
     Expressions may contain various shell-like operators for string
-    comparison (<code>=</code>, <code>!=</code>, <code>&lt;</code>, ...),
+    comparison (<code>==</code>, <code>!=</code>, <code>&lt;</code>, ...),
     integer comparison (<code>-eq</code>, <code>-ne</code>, ...),
     and others (<code>-n</code>, <code>-z</code>, <code>-f</code>, ...).
     It is also possible to use regular expressions, </p>
index ecf20538eb6e7b11eafdc9fbc6cc88dad71f1be2..411af8188774a47fdd5f1e3fdf7a2c36607feec2 100644 (file)
@@ -1900,7 +1900,7 @@ satisfied by a request at runtime</description>
 
     <p>would match HTTP/1.0 requests without a <var>Host:</var> header.
     Expressions may contain various shell-like operators for string
-    comparison (<code>=</code>, <code>!=</code>, <code>&lt;</code>, ...),
+    comparison (<code>==</code>, <code>!=</code>, <code>&lt;</code>, ...),
     integer comparison (<code>-eq</code>, <code>-ne</code>, ...),
     and others (<code>-n</code>, <code>-z</code>, <code>-f</code>, ...).
     It is also possible to use regular expressions, </p>