You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/01/06 11:14:24 UTC

svn commit: r1850541 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml

Author: jailletc36
Date: Sun Jan  6 11:14:24 2019
New Revision: 1850541

URL: http://svn.apache.org/viewvc?rev=1850541&view=rev
Log:
Add compatibility note as already noted in new_features_2_4.xml 
(r1850539 in trunk)

+ remove a trailing space to synch with trunk

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml?rev=1850541&r1=1850540&r2=1850541&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.xml Sun Jan  6 11:14:24 2019
@@ -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>