Mailing List Archive

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_rewrite.html
slive 00/09/09 11:38:18

Modified: htdocs/manual/mod mod_rewrite.html
Log:
PR: 6139
Submitted by: ken@nsds.com
Reviewed by: Joshua Slive
"TestCond" should read "TestString" in documentation for mod_rewrite

Revision Changes Path
1.50 +2 -2 httpd-docs-1.3/htdocs/manual/mod/mod_rewrite.html

Index: mod_rewrite.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_rewrite.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- mod_rewrite.html 2000/02/21 07:35:35 1.49
+++ mod_rewrite.html 2000/09/09 18:38:17 1.50
@@ -262,11 +262,11 @@
<H2><A NAME="InternalBackRefs">Regex Back-Reference Availability</A></H2>

One important thing here has to be remembered: Whenever you
-use parentheses in <EM>Pattern</EM> or in one of the <EM>CondPattern</EM>
+use parentheses in <EM>Pattern</EM> or in one of the <EM>CondPattern</EM>,
back-references are internally created which can be used with the
strings <CODE>$N</CODE> and <CODE>%N</CODE> (see below). These
are available for creating the strings <EM>Substitution</EM> and
-<EM>TestCond</EM>. Figure 2 shows to which locations the back-references are
+<EM>TestString</EM>. Figure 2 shows to which locations the back-references are
transfered for expansion.

<P>