]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Improve hyperlinks (r1737462 in trunk)
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 2 Apr 2016 06:30:29 +0000 (06:30 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 2 Apr 2016 06:30:29 +0000 (06:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1737464 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_macro.xml

index d192db3777a9e51ed78cc90f8eb15380dcdd0a7a..3bf6b348f977a557e30886dc7dac37b09ec4f956 100644 (file)
 
 <section id="usage"><title>Usage</title>
 
-<p>Macros are defined using <directive
+<p>Macros are defined using <directive module="mod_macro"
 type="section">Macro</directive> blocks, which contain the portion of
 your configuration that needs to be repeated, complete with variables
 for those parts that will need to be substituted.</p>
 
-<p>For example,  you might use a macro to define a <directive
+<p>For example, you might use a macro to define a <directive module="core"
 type="section">VirtualHost</directive> block, in order to define
 multiple similar virtual hosts:</p>
 
@@ -76,13 +76,14 @@ Use VHost apache apache.org
 UndefMacro VHost
 </highlight>
 
-<p>At server startup time, each of these <directive>Use</directive>
+<p>At server startup time, each of these <directive module="mod_macro">Use</directive>
 invocations would be expanded into a full virtualhost, as
-described by the <directive>Macro</directive> definition.</p>
+described by the <directive module="mod_macro" type="section">Macro</directive>
+definition.</p>
 
-<p>The <directive>UndefMacro</directive> directive is used so that later
-macros using the same variable names don't result in conflicting
-definitions.</p>
+<p>The <directive module="mod_macro">UndefMacro</directive> directive is
+used so that later macros using the same variable names don't result in
+conflicting definitions.</p>
 
 <p>A more elaborate version of this example may be seen below in the
 Examples section.</p>
@@ -197,8 +198,8 @@ UndefMacro DirGroup
 </contextlist>
 
 <usage>
-    <p>The <directive>Macro</directive> directive controls the definition of
-    a macro within the server runtime configuration files.
+    <p>The <directive type="section">Macro</directive> directive controls the
+    definition of a macro within the server runtime configuration files.
     The first argument is the name of the macro.
     Other arguments are parameters to the macro. It is good practice to prefix
     parameter names with any of '<code>$%@</code>', and not macro names