]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove references to the END flag, which is not in this release.
authorEric Covener <covener@apache.org>
Fri, 15 Jan 2016 01:17:07 +0000 (01:17 +0000)
committerEric Covener <covener@apache.org>
Fri, 15 Jan 2016 01:17:07 +0000 (01:17 +0000)
PR58868

Submitted By: Daniel Frederick Crisman asf-bugzilla sutoa.org
Committed By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1724718 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 553688b96944c954469a3176d508b839b753130c..102469fc4536de09595c849fb7d3d13d533f5ac3 100644 (file)
@@ -1304,7 +1304,6 @@ cannot use <code>$N</code> in the substitution string!
       or it is explicitly terminated by a
       <a href="../rewrite/flags.html#flag_l"><code><strong>L</strong></code> flag</a>,
       or other flag which implies immediate termination, such as
-      <code><strong>END</strong></code> or
       <code><strong>F</strong></code>.</p>
  
      <note><title>Modifying the Query String</title>
@@ -1382,7 +1381,7 @@ cannot use <code>$N</code> in the substitution string!
         <td>last|L</td>
         <td>Stop the rewriting process immediately and don't apply any
         more rules. Especially note caveats for per-directory and
-        .htaccess context (see also the END flag). <em><a
+        .htaccess context. <em><a
         href="../rewrite/flags.html#flag_l">details ...</a></em></td>
     </tr>
     <tr>