]> granicus.if.org Git - apache/commitdiff
s/=/==/ as spotted in comment in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Apr 2014 21:51:00 +0000 (21:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 26 Apr 2014 21:51:00 +0000 (21:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590308 13f79535-47bb-0310-9956-ffa450edef68

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

index 1082d68f11617556ec61ab188989eeafc2624a7d..2f466cca24b16909bf0eb0d820871f1b23f641fd 100644 (file)
@@ -1898,7 +1898,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 29a37cec3be42435e5649fd0b846d54a09765c7b..e2f89f2cfb3689301a109a3bf37cad6ef9b7c38b 100644 (file)
@@ -1892,7 +1892,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>