From: Rich Bowen
Date: Tue, 15 Mar 2011 20:41:26 +0000 (+0000)
Subject: Missing space.
X-Git-Tag: 2.3.12~228
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e33d8d022aaae3677d136e3c7a13d6a39f35183;p=thirdparty%2Fapache%2Fhttpd.git
Missing space.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081935 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml
index ff26edee6df..35899514df9 100644
--- a/docs/manual/rewrite/rewritemap.xml
+++ b/docs/manual/rewrite/rewritemap.xml
@@ -120,7 +120,7 @@ may be used, and give examples of each.
txt: Plain text maps
- When a MapType of txt
is used, the MapSource is a filesystem path to a
+
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
a '#' character.