New syntax convention in ecn manpage

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4975 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-11-22 18:25:28 +00:00
parent 63ff6b7821
commit a7401b9935

View File

@ -28,7 +28,8 @@
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><emphasis role="bold">INTERFACE</emphasis></term> <term><emphasis role="bold">INTERFACE</emphasis>
<emphasis>interface</emphasis></term>
<listitem> <listitem>
<para>Interface through which host(s) communicate with the <para>Interface through which host(s) communicate with the
@ -37,13 +38,15 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><emphasis role="bold">HOST(S)</emphasis> (Optional)</term> <term><emphasis role="bold">HOST(S)</emphasis> (Optional) — [<emphasis
role="bold">-</emphasis>|<emphasis>address-or-address-range</emphasis>[<emphasis
role="bold">,</emphasis><emphasis>address-or-address-range</emphasis>]...]</term>
<listitem> <listitem>
<para> Comma-separated list of host and/or network addresses. If <para>Comma-separated list of host and/or network addresses. If left
left empty or supplied as "-", 0.0.0.0/0 is assumed. If your kernel empty or supplied as "-", 0.0.0.0/0 is assumed. If your kernel and
and iptables include iprange match support then IP address ranges iptables include iprange match support then IP address ranges are
are also permitted.</para> also permitted.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>