]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix new flag name in docs
authorRainer Jung <rjung@apache.org>
Tue, 21 Mar 2023 12:42:57 +0000 (12:42 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 21 Mar 2023 12:42:57 +0000 (12:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908610 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index ca24098bf9be49c007c92c8dd2066d5c4f5d22e7..b5c8965281d4e76f1cc3a35ec992debee29fd10e 100644 (file)
@@ -118,7 +118,7 @@ and the space must not be the last character in the list.</p>
 RewriteRule "^search/(.*)$" "/search.php?term=$1" "[B= ?]"
 </highlight>
 
-<p>To limit the characters escaped this way, see <a href="flag_bneg">flag_bneg</a>
+<p>To limit the characters escaped this way, see <a href="flag_bne">flag_bne</a>
 and <a href="flag_bctls">flag_bctls</a></p>
 </section>