From: Rich Bowen
Date: Wed, 14 Mar 2012 14:35:33 +0000 (+0000)
Subject: Wrong flag (via Daniel Gruno)
X-Git-Tag: 2.4.2~202
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=198fca88095bd0de543e27d0ee6ffb66e2a522ad;p=apache
Wrong flag (via Daniel Gruno)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1300564 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 946701de4e..16d69f1f5f 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -308,7 +308,7 @@ rewrite target when using the [G] flag:
RewriteRule oldproduct - [G,NC]
-When using [F], an [L] is implied - that is, the response is returned
+
When using [G], an [L] is implied - that is, the response is returned
immediately, and no further rules are evaluated.