From 1e2ec0ce5ab70f0e0290650f4151cf9be1479b7e Mon Sep 17 00:00:00 2001
From: Christophe Jaillet to be consistent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727646 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_setenvif.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml
index 7b40fcc184..3ef25bbc0d 100644
--- a/docs/manual/mod/mod_setenvif.xml
+++ b/docs/manual/mod/mod_setenvif.xml
@@ -220,8 +220,8 @@ of
value
. Since version 2.0.51, Apache httpd will
recognize occurrences of $1
..$9
within
value and replace them by parenthesized subexpressions
- of regex. $0 provides access to the whole string matched by
- that pattern.
+ of regex. $0
provides access to the whole
+ string matched by that pattern.