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

docs/manual/mod/mod_setenvif.xml

index 3ef25bbc0d91ca07de7117acc77dc5713eab091b..0bed37576ef0de2151a628a9e04a1123cc7381e7 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>