From: Eric Covener Date: Sun, 9 Mar 2014 13:54:22 +0000 (+0000) Subject: make it clear that B is for backreferences X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3614934e5cd7e591862e2facab4362b9c984862f;p=thirdparty%2Fapache%2Fhttpd.git make it clear that B is for backreferences git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1575709 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 7cc68cdf751..e75300d7744 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1184,8 +1184,8 @@ cannot use $N in the substitution string! B - Escape non-alphanumeric characters before applying - the transformation. Escape non-alphanumeric characters in backreferences before + applying the transformation. details ...