From: Rich Bowen
Date: Mon, 21 Jan 2013 14:13:22 +0000 (+0000)
Subject: Tweaks to make the xml validate and build
X-Git-Tag: 2.5.0-alpha~5851
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea8245f05001343974f448b63d5e275e7f92f5f6;p=apache
Tweaks to make the xml validate and build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436358 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml
index 951c7ac2cc..8a8e86bfd3 100644
--- a/docs/manual/mod/mod_macro.xml
+++ b/docs/manual/mod/mod_macro.xml
@@ -37,6 +37,7 @@
Features
+
Definition of a macro:
- macro definition within a <Macro> section, following
@@ -68,7 +69,9 @@
whatever) within the macro contents but to expect a set of
backslash-continued independent lines.
+
+
Use of a macro:
- number of arguments must match the definition.
@@ -81,11 +84,14 @@
escaped.
-
@
-prefixed parameters are escaped in quotes.
+
+
Removal of a macro definition:
- the macro must be already defined.
+
<Macro DirGroup $dir $group>
@@ -99,6 +105,7 @@ Use DirGroup /www/apache/server admin
UndefMacro DirGroup
+