summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2023-03-21 12:42:57 +0000
committerRainer Jung <rjung@apache.org>2023-03-21 12:42:57 +0000
commit6292d6032ab9d320d027fc0542041f34abed3223 (patch)
tree40c7a0b5a8f5e384007585c3ded7ad79fe96bf4d /docs
parentba1e5db6961c910c6dce855822563dbfe83ba159 (diff)
downloadhttpd-6292d6032ab9d320d027fc0542041f34abed3223.tar.gz
Fix new flag name in docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/rewrite/flags.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index ca24098bf9..b5c8965281 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -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>