From: Rainer Jung
Date: Sat, 3 Jul 2010 14:27:43 +0000 (+0000)
Subject: Fix documented syntax for env var setting in mod_rewrite.
X-Git-Tag: 2.3.7~104
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebcb68896ea2672110782ece14f4d9662674a3a8;p=thirdparty%2Fapache%2Fhttpd.git
Fix documented syntax for env var setting in mod_rewrite.
Main page is fine, only the flags guide was wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960223 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en
index 232f827469d..3f4f8784d76 100644
--- a/docs/manual/rewrite/flags.html.en
+++ b/docs/manual/rewrite/flags.html.en
@@ -213,7 +213,7 @@ variables work.
The syntax for this flag is:
-[E:VAR=VAL]
+[E=VAR:VAL]
VAL may contain backreferences ($N or
@@ -636,4 +636,4 @@ The L flag can be useful in this context to end the
-