From d3c3b84a82584cdfb85b29705b66dfc350d032d7 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Mon, 21 Jan 2013 14:58:53 +0000 Subject: [PATCH] Replace usage of 'apache' with 'apache httpd' where appropriate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436394 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_macro.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index 9a425f229d1..6935935bdab 100644 --- a/docs/manual/mod/mod_macro.xml +++ b/docs/manual/mod/mod_macro.xml @@ -23,14 +23,14 @@ mod_macro -This module provides usage of macros within apache runtime configuration files +This module provides usage of macros within apache httpd runtime configuration files Base mod_macro.c macro_module -

This modules provides macros within apache runtime configuration files. +

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.

@@ -42,9 +42,9 @@
  • macro definition within a <Macro> section, following - the apache style.
  • + the httpd configuration style.
  • user defined names for the macro and its parameters.
  • -
  • macro names are case-insensitive, like apache directives.
  • +
  • macro names are case-insensitive, like httpd directives.
  • macro parameter names are case sensitive.
  • macro parameters must have distinct names.
  • error on empty parameter names.
  • -- 2.47.3