]> granicus.if.org Git - apache/commitdiff
Tweaks to make the xml validate and build
authorRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 14:13:22 +0000 (14:13 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 21 Jan 2013 14:13:22 +0000 (14:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436358 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_macro.xml

index 951c7ac2cc61a990ef54c39f7877ef43feca5e44..8a8e86bfd3960a9ae649ec86b5a568a9cb9cd41d 100644 (file)
@@ -37,6 +37,7 @@
 
 <section id="features"><title>Features</title>
 
+<p>
     Definition of a macro:
     <ul>
     <li> macro definition within a &lt;Macro&gt; section, following
@@ -68,7 +69,9 @@
          whatever) within the macro contents but to expect a set of
          backslash-continued independent lines.</p></li>
     </ul>
+</p>
 
+<p>
     Use of a macro:
     <ul>
     <li> number of arguments must match the definition.</li>
           escaped.</li>
     <li> <code>@</code>-prefixed parameters are escaped in quotes.</li>
     </ul>
+    </p>
 
+<p>
    Removal of a macro definition:
    <ul>
    <li> the macro must be already defined.</li>
    </ul>
+</p>
 
     <highlight language="config">
 &lt;Macro DirGroup $dir $group&gt;
@@ -99,6 +105,7 @@ Use DirGroup /www/apache/server  admin
 
 UndefMacro DirGroup
     </highlight>
+
 </section>
 
 <!-- Macro -->