From f32efffe34b457fbcef10d975cd71b18adeb40fe Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 14 Apr 2016 08:52:37 +0000 Subject: [PATCH] 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 --- docs/manual/rewrite/rewritemap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:

-- 2.50.1