]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add compatibility note as already noted in new_features_2_4.xml
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 6 Jan 2019 11:14:24 +0000 (11:14 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 6 Jan 2019 11:14:24 +0000 (11:14 +0000)
(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

docs/manual/mod/mod_macro.xml

index 3bf6b348f977a557e30886dc7dac37b09ec4f956..32c9637de5cae7a53607ac8f57ff5ca1241f3aed 100644 (file)
@@ -27,6 +27,7 @@
 <status>Base</status>
 <sourcefile>mod_macro.c</sourcefile>
 <identifier>macro_module</identifier>
+<compatibility>Available in httpd 2.4.5 and later</compatibility>
 
 <summary>
 
@@ -96,7 +97,7 @@ Examples section.</p>
 <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 <directive
-module="core">Define</directive> directive. Failure to do so will 
+module="core">Define</directive> 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>