From da122ea8155e821f9239758e58f76cd98c9c34e0 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 26 Apr 2014 21:51:00 +0000 Subject: [PATCH] s/=/==/ as spotted in comment in online doc 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 | 2 +- docs/manual/mod/core.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 1082d68f11..2f466cca24 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1898,7 +1898,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 29a37cec3b..e2f89f2cfb 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1892,7 +1892,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,

-- 2.50.1