From: Eric Covener
Date: Fri, 7 Apr 2023 12:53:19 +0000 (+0000)
Subject: use anchors
X-Git-Tag: 2.4.58-rc1-candidate~164
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002b5f519f2455dc7851096eba8c75180f1058eb;p=thirdparty%2Fapache%2Fhttpd.git
use anchors
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909014 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index f3a7413b372..122f50a79d6 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -118,8 +118,8 @@ and the space must not be the last character in the list.
RewriteRule "^search/(.*)$" "/search.php?term=$1" "[B= ?]"
-To limit the characters escaped this way, see flag_bne
-and flag_bctls
+To limit the characters escaped this way, see #flag_bne
+ and #flag_bctls
BNP|backrefnoplus (don't escape space to +)