]> granicus.if.org Git - apache/commitdiff
Reconcile contradictory statements.
authorRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:03:26 +0000 (01:03 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:03:26 +0000 (01:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1446008 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index bdf82e6994727fb414734f81c16c45d8389f45de..bd9b256bc56556657e23d4a9ee78c37f331308ad 100644 (file)
@@ -48,14 +48,12 @@ square brackets at the end of the rule, and multiple flags are separated
 by commas.</p>
 <highlight language="config">RewriteRule pattern target [Flag1,Flag2,Flag3]</highlight>
 
-<p>The flags all have a short form, such as <code>CO</code>, as well as
-a longer form, such as <code>cookie</code>. Some flags take one or more
-arguments. Flags are not case sensitive.</p>
-
-<p>Each flag (with a few exceptions)
-has a long and short form. While it is most common to use
+<p>Each flag (with a few exceptions) has a short form, such as
+<code>CO</code>, as well as a longer form, such as <code>cookie</code>. 
+While it is most common to use
 the short form, it is recommended that you familiarize yourself with the
-long form, so that you remember what each flag is supposed to do.</p>
+long form, so that you remember what each flag is supposed to do.
+Some flags take one or more arguments. Flags are not case sensitive.</p>
 
 <p>Flags that alter metadata associated with the request (T=, H=, E=)
 have no affect in per-directory and htaccess context, when a substitution