From: Christophe Jaillet
Date: Fri, 29 Jan 2016 21:59:16 +0000 (+0000)
Subject: Fix examples
X-Git-Tag: 2.5.0-alpha~2243
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda8a5e6f9a5518b3c7d9f915fce95afb9dd153e;p=thirdparty%2Fapache%2Fhttpd.git
Fix examples
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727647 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml
index 3ef25bbc0d9..0bed37576ef 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: