]> granicus.if.org Git - apache/commitdiff
Replace usage of 'apache' with 'apache httpd' where appropriate
authorRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 14:58:53 +0000 (14:58 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 14:58:53 +0000 (14:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436394 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_macro.xml

index 9a425f229d102970db1daaa1d26c7595c36ae1cd..6935935bdab301de4f2529942fafd2a70781867c 100644 (file)
 <modulesynopsis metafile="mod_macro.xml.meta">
 
 <name>mod_macro</name>
-<description>This module provides usage of macros within apache runtime configuration files</description>
+<description>This module provides usage of macros within apache httpd runtime configuration files</description>
 <status>Base</status>
 <sourcefile>mod_macro.c</sourcefile>
 <identifier>macro_module</identifier>
 
 <summary>
 
-    <p>This modules provides macros within apache runtime configuration files.
+    <p>This modules provides macros within apache httpd runtime configuration files.
     These macros have parameters.  They are expanded when used (parameters are
     substituted by their values given as an argument), and the result is
     processed normally.</p>
@@ -42,9 +42,9 @@
 
     <ul>
     <li> macro definition within a &lt;Macro&gt; section, following
-         the apache style.</li>
+         the httpd configuration style.</li>
     <li> user defined names for the macro and its parameters.</li>
-    <li> macro names are case-insensitive, like apache directives.</li>
+    <li> macro names are case-insensitive, like httpd directives.</li>
     <li> macro parameter names are case sensitive.</li>
     <li> macro parameters must have distinct names.</li>
     <li> error on empty parameter names.</li>