clarify field description in rewriteRule statement

This commit is contained in:
Pierangelo Masarati 2003-12-29 17:12:29 +00:00
parent c860ba6a23
commit 9e86d9ffe2

View File

@ -548,7 +548,7 @@ A context may aliase another one.
In this case the alias context contains no rule, and any reference to
it will result in accessing the aliased one.
.TP
.B rewriteRule "<regex pattern>" "<substitution pattern>" "[ <flags> ]"
.B rewriteRule "<regex match pattern>" "<substitution pattern>" "[ <flags> ]"
Determines how a tring can be rewritten if a pattern is matched.
Examples are reported below.
.SH "Additional configuration syntax:"