]> granicus.if.org Git - apache/commitdiff
Fix documented syntax for env var setting in mod_rewrite.
authorRainer Jung <rjung@apache.org>
Sat, 3 Jul 2010 14:27:43 +0000 (14:27 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 3 Jul 2010 14:27:43 +0000 (14:27 +0000)
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

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

index 232f827469dd05f4ee0ba788690b7b8d2a97dd8d..3f4f8784d76888dffe02ceea36d77d2d1e6f3e74 100644 (file)
@@ -213,7 +213,7 @@ variables work.</p>
 <p>The syntax for this flag is:</p>
 
 <div class="example"><p><code>
-[E:VAR=VAL]
+[E=VAR:VAL]
 </code></p></div>
 
 <p><code>VAL</code> may contain backreferences (<code>$N</code> or
@@ -636,4 +636,4 @@ The <code>L</code> flag can be useful in this context to end the
 </div><div id="footer">
 <p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index eb9a42b2ff9dca69f845d3fc79a001cba553f3f6..8c39c01f2a18cbcd26a1cab1f3c561edb82433ba 100644 (file)
@@ -206,7 +206,7 @@ variables work.</p>
 <p>The syntax for this flag is:</p>
 
 <example>
-[E:VAR=VAL]
+[E=VAR:VAL]
 </example>
 
 <p><code>VAL</code> may contain backreferences (<code>$N</code> or