From e2edd5acd68b649450b0e5c575b159d78da25561 Mon Sep 17 00:00:00 2001 From: Rich 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 9a425f229d..6935935bda 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.49.0