diff options
author | Rainer Jung <rjung@apache.org> | 2010-07-03 16:27:43 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2010-07-03 16:27:43 +0200 |
commit | ebcb68896ea2672110782ece14f4d9662674a3a8 (patch) | |
tree | f27673e0355a82fb1ed34574fe12534685d9c71b /docs/manual | |
parent | Clean iterator call syntax (diff) | |
download | apache2-ebcb68896ea2672110782ece14f4d9662674a3a8.tar.xz apache2-ebcb68896ea2672110782ece14f4d9662674a3a8.zip |
Fix documented syntax for env var setting in mod_rewrite.
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
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/rewrite/flags.html.en | 4 | ||||
-rw-r--r-- | docs/manual/rewrite/flags.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 232f827469..3f4f8784d7 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -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> diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index eb9a42b2ff..8c39c01f2a 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -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 |