Fix formatting problem in shorewall-interfaces manpage

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7372 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-09-20 00:14:56 +00:00
parent ec9a9c790e
commit cb42e8058a

View File

@ -682,7 +682,7 @@
destination port. A destination port may only be included if the destination port. A destination port may only be included if the
<emphasis role="bold">ACTION</emphasis> is <emphasis <emphasis role="bold">ACTION</emphasis> is <emphasis
role="bold">DNAT</emphasis> or <emphasis role="bold">DNAT</emphasis> or <emphasis
role="bold">REDIRECT</emphasis>. Example:</para> role="bold">REDIRECT</emphasis>.</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
@ -691,20 +691,20 @@
<listitem> <listitem>
<para><emphasis role="bold">loc:192.168.1.3:3128</emphasis> <para><emphasis role="bold">loc:192.168.1.3:3128</emphasis>
specifies a local server at IP address 192.168.1.3 and specifies a local server at IP address 192.168.1.3 and
listening on port 3128. The port number MUST be specified as listening on port 3128. </para>
an integer and not as a name from services(5).</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
<blockquote> <para>The port number MUST be specified as an integer and not as a
<para>if the <emphasis role="bold">ACTION</emphasis> is name from services(5).</para>
<emphasis role="bold">REDIRECT</emphasis> or <emphasis
role="bold">REDIRECT-</emphasis>, this column needs only to <para>If the <emphasis role="bold">ACTION</emphasis> is <emphasis
contain the port number on the firewall that the request should role="bold">REDIRECT</emphasis> or <emphasis
be redirected to. That is equivalent to specifying role="bold">REDIRECT-</emphasis>, this column needs only to
<option>$FW</option>::<replaceable>port</replaceable>.</para> contain the port number on the firewall that the request should be
</blockquote> redirected to. That is equivalent to specifying
<option>$FW</option>::<replaceable>port</replaceable>.</para>
</blockquote> </blockquote>
</listitem> </listitem>
</varlistentry> </varlistentry>