]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix examples
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 22:00:16 +0000 (22:00 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 22:00:16 +0000 (22:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727648 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_setenvif.xml

index 0c75149d1c7b878c24b4cc9780a35c5af2a38d67..41e68ae8b6b7d3bd1c777328a948e39c996ed573 100644 (file)
@@ -81,8 +81,8 @@ BrowserMatch MSIE !netscape
   <code>User-Agent</code> HTTP request header.  The following two
   lines have the same effect:</p>
 <highlight language="config">
-BrowserMatchNoCase Robot is_a_robot
-SetEnvIfNoCase User-Agent Robot is_a_robot
+BrowserMatch Robot is_a_robot
+SetEnvIf User-Agent Robot is_a_robot
 </highlight>
 
     <p>Some additional examples:</p>