Correct builtin example in the actions manpages

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-09-01 08:29:29 -07:00
parent f963adccf5
commit f9a62e1650
2 changed files with 6 additions and 5 deletions

View File

@ -71,8 +71,8 @@
role="bold">raw</emphasis>. If no table name(s) are given, role="bold">raw</emphasis>. If no table name(s) are given,
then <emphasis role="bold">filter</emphasis> is assumed. The then <emphasis role="bold">filter</emphasis> is assumed. The
table names follow <emphasis role="bold">builtin</emphasis> table names follow <emphasis role="bold">builtin</emphasis>
and are separated by commas; for example, and are separated by commas; for example, "FOOBAR
"FOOBAR,filter,mangle" would specify FOOBAR as a builtin builtin,filter,mangle" would specify FOOBAR as a builtin
target that can be used in the filter and mangle target that can be used in the filter and mangle
tables.</para> tables.</para>
</listitem> </listitem>

View File

@ -71,9 +71,10 @@
role="bold">mangle</emphasis> and <emphasis role="bold">mangle</emphasis> and <emphasis
role="bold">raw</emphasis>. If no table name(s) are given, role="bold">raw</emphasis>. If no table name(s) are given,
then <emphasis role="bold">filter</emphasis> is assumed. The then <emphasis role="bold">filter</emphasis> is assumed. The
table names follow builtin and are separated by commas; for table names follow <emphasis role="bold">builtin</emphasis>
example, "FOOBAR,filter,mangle" would specify FOOBAR as a and are separated by commas; for example, "FOOBAR
builtin target that can be used in the filter and mangle builtin,filter,mangle" would specify FOOBAR as a builtin
target that can be used in the filter and mangle
tables.</para> tables.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>