From 8e20bb9179455abb14c3837645d9b240062dea34 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 21 Jan 2013 15:31:21 +0000 Subject: [PATCH] Fixes weird indentation. Fixes markup on mention of . Other minor tweaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436418 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_macro.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index ec1e56f19e..26e32aa6b5 100644 --- a/docs/manual/mod/mod_macro.xml +++ b/docs/manual/mod/mod_macro.xml @@ -23,7 +23,7 @@ mod_macro -This module provides usage of macros within apache httpd runtime configuration files +Provides macros within apache httpd runtime configuration files Base mod_macro.c macro_module @@ -31,7 +31,7 @@

This modules provides macros within apache httpd runtime configuration files. - These macros have parameters. They are expanded when used (parameters are + These macros may have parameters. They are expanded when used (parameters are substituted by their values given as an argument), and the result is processed normally.

@@ -41,7 +41,7 @@

Definition of a macro:

    -
  • macro definition within a <Macro> section, following +
  • macro definition within a Macro section, following the httpd configuration style.
  • user defined names for the macro and its parameters.
  • macro names are case-insensitive, like httpd directives.
  • @@ -160,17 +160,17 @@ UndefMacro DirGroup before processing.

    - Use LocalAccessPolicy - ... - Use RestrictedAccessPolicy "192.54.172.0/24 192.54.148.0/24" +Use LocalAccessPolicy +... +Use RestrictedAccessPolicy "192.54.172.0/24 192.54.148.0/24"

    is equivalent, with the macros defined above, to:

    - Require ip 10.2.16.0/24 - ... - Require ip 192.54.172.0/24 192.54.148.0/24 +Require ip 10.2.16.0/24 +... +Require ip 192.54.172.0/24 192.54.148.0/24 -- 2.40.0