]> granicus.if.org Git - apache/commitdiff
A few minor tweaks to the flags doc. Getting ready to rearrange the
authorRich Bowen <rbowen@apache.org>
Wed, 30 Dec 2009 02:41:17 +0000 (02:41 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 30 Dec 2009 02:41:17 +0000 (02:41 +0000)
flags in the main module doc vs this file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894533 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en
docs/manual/rewrite/flags.xml

index 811393f3647c3c597ab1efae10e244e2e782563f..43342105aabb291a2527558a5c2978368cd7e6cc 100644 (file)
@@ -24,9 +24,7 @@
 
 <p>This document discusses the flags which are available to the
 <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> directive,
-providing detailed explanations and examples. This is not necessarily
-a comprehensive list of all flags available, so be sure to also
-consult the reference documentation.</p>
+providing detailed explanations and examples.</p>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#introduction">Introduction</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#flags">The flags</a></li>
@@ -34,8 +32,8 @@ consult the reference documentation.</p>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="introduction" id="introduction">Introduction</a></h2>
-<p><code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>s can have
-their behavior modified by one or more flags. Flags are included in
+<p>A <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> can have
+its behavior modified by one or more flags. Flags are included in
 square brackets at the end of the rule, and multiple flags are separated
 by commas.</p>
 <div class="example"><p><code>
@@ -50,7 +48,8 @@ arguments. Flags are not case sensitive.</p>
 <div class="section">
 <h2><a name="flags" id="flags">The flags</a></h2>
 
-<p>Each flag has a long and short form. While it is most common to use
+<p>Each flag (with a few exceptions) 
+has a long and short form. 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>
 
index 23a12e218021daeac430060d1a39b918529fbfdd..98e01939601354334c9b9d0da83dc730af353581 100644 (file)
 <summary>
 <p>This document discusses the flags which are available to the
 <directive module="mod_rewrite">RewriteRule</directive> directive,
-providing detailed explanations and examples. This is not necessarily
-a comprehensive list of all flags available, so be sure to also
-consult the reference documentation.</p>
+providing detailed explanations and examples.</p>
 </summary>
 
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
 <seealso><a href="tech.html">Technical details</a></seealso>
 
 <section id="introduction"><title>Introduction</title>
-<p><directive module="mod_rewrite">RewriteRule</directive>s can have
-their behavior modified by one or more flags. Flags are included in
+<p>A <directive module="mod_rewrite">RewriteRule</directive> can have
+its behavior modified by one or more flags. Flags are included in
 square brackets at the end of the rule, and multiple flags are separated
 by commas.</p>
 <example>
@@ -53,7 +51,8 @@ arguments. Flags are not case sensitive.</p>
 
 <section id="flags"><title>The flags</title>
 
-<p>Each flag has a long and short form. While it is most common to use
+<p>Each flag (with a few exceptions) 
+has a long and short form. 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>