From: Christophe Jaillet
Date: Sun, 6 Jan 2019 11:14:24 +0000 (+0000)
Subject: Add compatibility note as already noted in new_features_2_4.xml
X-Git-Tag: 2.4.38~45
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e01ec3bb2f3580428945aa5171d6e294fb2022;p=thirdparty%2Fapache%2Fhttpd.git
Add compatibility note as already noted in new_features_2_4.xml
(r1850539 in trunk)
+ remove a trailing space to synch with trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1850541 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml
index 3bf6b348f97..32c9637de5c 100644
--- a/docs/manual/mod/mod_macro.xml
+++ b/docs/manual/mod/mod_macro.xml
@@ -27,6 +27,7 @@
Base
mod_macro.c
macro_module
+Available in httpd 2.4.5 and later
@@ -96,7 +97,7 @@ Examples section.
%, or @, so that they are clearly
identifiable, and also in order to help deal with interactions with
other directives, such as the core Define directive. Failure to do so will
+module="core">Define 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.