From: Christophe Jaillet Date: Sat, 26 Apr 2014 21:52:38 +0000 (+0000) Subject: s/=/==/ as spotted in comment in online doc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=043814c37f8f39eb990a434128a4f5bdf9b3b321;p=thirdparty%2Fapache%2Fhttpd.git s/=/==/ as spotted in comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1590310 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index f4f1689332d..b8bb731fb31 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1908,7 +1908,7 @@ satisfied by a request at runtime

would match HTTP/1.0 requests without a Host: header. Expressions may contain various shell-like operators for string - comparison (=, !=, <, ...), + comparison (==, !=, <, ...), integer comparison (-eq, -ne, ...), and others (-n, -z, -f, ...). It is also possible to use regular expressions,

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index ecf20538eb6..411af818877 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1900,7 +1900,7 @@ satisfied by a request at runtime

would match HTTP/1.0 requests without a Host: header. Expressions may contain various shell-like operators for string - comparison (=, !=, <, ...), + comparison (==, !=, <, ...), integer comparison (-eq, -ne, ...), and others (-n, -z, -f, ...). It is also possible to use regular expressions,