Correct typos in Macros HOWTO

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-08-12 14:49:34 -07:00
parent b1b323191c
commit f49ae2762b

View File

@ -70,9 +70,9 @@
<orderedlist> <orderedlist>
<listitem> <listitem>
<para>Standard Macros. These macros are released as part of Shorewall. <para>Standard Macros. These macros are released as part of Shorewall.
They are defined in macros.* files in <filename They are defined in macro.* files in <filename
class="directory">/usr/share/shorewall</filename>. Each class="directory">/usr/share/shorewall</filename>. Each
<filename>macros.*</filename> file has a comment at the beginning of <filename>macro.*</filename> file has a comment at the beginning of
the file that describes what the macro does. As an example, here is the file that describes what the macro does. As an example, here is
the definition of the <firstterm>SMB</firstterm> standard the definition of the <firstterm>SMB</firstterm> standard
macro.</para> macro.</para>
@ -101,8 +101,8 @@ PARAM - - tcp 135,139,445
<listitem> <listitem>
<para>User-defined Macros. These macros are created by end-users. They <para>User-defined Macros. These macros are created by end-users. They
are defined in macros.* files in /etc/shorewall or in another are defined in macro.* files in /etc/shorewall or in another directory
directory listed in your CONFIG_PATH (defined in <ulink listed in your CONFIG_PATH (defined in <ulink
url="manpages/shorewall.conf.html">/etc/shorewall/shorewall.conf</ulink>).</para> url="manpages/shorewall.conf.html">/etc/shorewall/shorewall.conf</ulink>).</para>
</listitem> </listitem>
</orderedlist> </orderedlist>