summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_macro.html.en
diff options
context:
space:
mode:
authorDaniel Ruggeri <druggeri@apache.org>2019-01-17 17:08:07 +0000
committerDaniel Ruggeri <druggeri@apache.org>2019-01-17 17:08:07 +0000
commit78ff0899c8cedeea8c51368590822133c8a2664f (patch)
tree067019331d777b1df4c3548136bdfd3d3fe58128 /docs/manual/mod/mod_macro.html.en
parentce578ab16a65e8b15abfe2ab174416e0baab776a (diff)
downloadhttpd-78ff0899c8cedeea8c51368590822133c8a2664f.tar.gz
Get ready to tag httpd 2.4.28
[Reverted by r1851567] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1851548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_macro.html.en')
-rw-r--r--docs/manual/mod/mod_macro.html.en5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en
index 338d9da647..4eb96dddb0 100644
--- a/docs/manual/mod/mod_macro.html.en
+++ b/docs/manual/mod/mod_macro.html.en
@@ -32,7 +32,8 @@
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Provides macros within apache httpd runtime configuration files</td></tr>
<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>macro_module</td></tr>
-<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_macro.c</td></tr></table>
+<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_macro.c</td></tr>
+<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in httpd 2.4.5 and later</td></tr></table>
<h3>Summary</h3>
@@ -112,7 +113,7 @@ Examples section.</p>
<p>Parameter names should begin with a sigil such as <code>$</code>,
<code>%</code>, or <code>@</code>, so that they are clearly
identifiable, and also in order to help deal with interactions with
-other directives, such as the core <code class="directive"><a href="../mod/core.html#define">Define</a></code> directive. Failure to do so will
+other directives, such as the core <code class="directive"><a href="../mod/core.html#define">Define</a></code> directive. Failure to do so will
result in a warning. Nevertheless, you are encouraged to have a good
knowledge of your entire server configuration in order to avoid reusing
the same variables in different scopes, which can cause confusion.</p>