diff options
author | Rich Bowen <rbowen@apache.org> | 2013-09-23 00:03:38 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2013-09-23 00:03:38 +0200 |
commit | 1a283d54e15df9163eb316ef8ba6915b745004e1 (patch) | |
tree | 57ca95201b2174f09cc7657f2cbc1ce56484186c /docs/manual/mod/mod_macro.xml | |
parent | various other rebuilds (diff) | |
download | apache2-1a283d54e15df9163eb316ef8ba6915b745004e1.tar.xz apache2-1a283d54e15df9163eb316ef8ba6915b745004e1.zip |
Clearer explanation of undefining a macro.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1525457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_macro.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index 4da60596fd..6b24304934 100644 --- a/docs/manual/mod/mod_macro.xml +++ b/docs/manual/mod/mod_macro.xml @@ -162,9 +162,9 @@ Use VHost www.example.fr 1234 /vhosts/example.fr/htdocs <section> <title>Removal of a macro definition</title> - <ul> - <li> the macro must be already defined.</li> - </ul> +<p>It's recommended that you undefine a macro once you've used it. This +avoids confusion in a complex configuration file where there may be +conflicts in variable names.<p> <highlight language="config"> <Macro DirGroup $dir $group> |