From: Christophe Jaillet
Date: Fri, 29 Jan 2016 22:00:16 +0000 (+0000)
Subject: Fix examples
X-Git-Tag: 2.4.19~239
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c950435de8999a7c77cf64b630933dc9f8d5054a;p=thirdparty%2Fapache%2Fhttpd.git
Fix examples
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727648 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml
index 0c75149d1c7..41e68ae8b6b 100644
--- a/docs/manual/mod/mod_setenvif.xml
+++ b/docs/manual/mod/mod_setenvif.xml
@@ -81,8 +81,8 @@ BrowserMatch MSIE !netscape
User-Agent
HTTP request header. The following two
lines have the same effect:
-BrowserMatchNoCase Robot is_a_robot
-SetEnvIfNoCase User-Agent Robot is_a_robot
+BrowserMatch Robot is_a_robot
+SetEnvIf User-Agent Robot is_a_robot
Some additional examples: