minor rewording in Macro doc

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6778 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-04 14:22:12 +00:00
parent 29a5b0d979
commit d3a979ae51
2 changed files with 5 additions and 4 deletions

View File

@ -241,7 +241,7 @@ ACCEPT fw loc tcp 135,139,445</programlisting>
</varlistentry>
</variablelist>
<para>One remaining restriction must be mentioned: macros that are invoked
<para>One remaining restriction should be noted: macros that are invoked
from actions cannot themselves invoke other actions.</para>
</section>
@ -599,4 +599,4 @@ bar:debug</programlisting>
</listitem>
</orderedlist>
</section>
</article>
</article>

View File

@ -174,7 +174,7 @@
<listitem>
<para>Rate Limit (if passed as "" then $LOGLIMIT is assumed — see
the LOGLIMIT option in <ulink
url="manpages/shorewall.conf.html">/etc/shorewall/shorewall.conf</ulink>)</para>
url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf</ulink>)</para>
</listitem>
<listitem>
@ -483,7 +483,8 @@
by:<programlisting>my $chainref = $chain_table{&lt;table&gt;}{&lt;chain name&gt;};</programlisting>Example:<programlisting>my $chainref = $chain_table{filter}{INPUT};</programlisting></para>
<para>You can also use the hash references $filter_table, $mangle_table
and $nat_table to access chain references.</para>
and $nat_table to access chain references in the three main
tables.</para>
<para>Example:</para>