From: Christophe Jaillet Date: Thu, 14 Apr 2016 08:52:37 +0000 (+0000) Subject: Fix doc as spotted by Mark Brooks in online doc X-Git-Tag: 2.5.0-alpha~1748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f32efffe34b457fbcef10d975cd71b18adeb40fe;p=apache Fix doc as spotted by Mark Brooks in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739038 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index eb36106c3f..1bb5f0629e 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -165,8 +165,8 @@ RewriteRule (.*) ${lc:$1} [R] txt: Plain text maps

When a MapType of txt is used, the MapSource is a filesystem path to a - plain-text mapping file, containing space-separated key/value pair - per line. Optionally, a line may be contain a comment, starting with + plain-text mapping file, containing one space-separated key/value pair + per line. Optionally, a line may contain a comment, starting with a '#' character.

A valid text rewrite map file will have the following syntax: