Another attempt to correct the formatting of the manpages

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-03-07 07:56:34 -08:00
parent 1e6c266b51
commit d7a1ca41f9
4 changed files with 8 additions and 33 deletions

View File

@ -885,17 +885,11 @@
<para>Example: To open the firewall for SSH connections to address
192.168.1.1, the command would be:</para>
<simplelist>
<member>shorewall-lite open all 192.168.1.1 tcp 22</member>
<member></member>
</simplelist>
<programlisting> shorewall-lite open all 192.168.1.1 tcp 22</programlisting>
<para>To reverse that command, use:</para>
<simplelist>
<member>shorewall-lite close all 192.168.1.1 tcp 22</member>
</simplelist>
<screen> shorewall-lite close all 192.168.1.1 tcp 22</screen>
</listitem>
</varlistentry>

View File

@ -1340,17 +1340,11 @@
<para>Example: To open the firewall for SSH connections to address
192.168.1.1, the command would be:</para>
<simplelist>
<member>shorewall open all 192.168.1.1 tcp 22</member>
<member></member>
</simplelist>
<programlisting> shorewall open all 192.168.1.1 tcp 22</programlisting>
<para>To reverse that command, use:</para>
<simplelist>
<member>shorewall close all 192.168.1.1 tcp 22</member>
</simplelist>
<programlisting> shorewall close all 192.168.1.1 tcp 22</programlisting>
</listitem>
</varlistentry>

View File

@ -903,18 +903,11 @@
<para>Example: To open the firewall for SSH connections to address
2001:470:b:227::1, the command would be:</para>
<simplelist>
<member>shorewall6-lite open all 2001:470:b:227::1 tcp 22</member>
<member></member>
</simplelist>
<programlisting> shorewall6-lite open all 2001:470:b:227::1 tcp 22</programlisting>
<para>To reverse that command, use:</para>
<simplelist>
<member>shorewall6-lite close all 2001:470:b:227::1 tcp
22</member>
</simplelist>
<programlisting> shorewall6-lite close all 2001:470:b:227::1 tcp 22</programlisting>
</listitem>
</varlistentry>

View File

@ -1251,17 +1251,11 @@
<para>Example: To open the firewall for SSH connections to address
2001:470:b:227::1, the command would be:</para>
<simplelist>
<member>shorewall6 open all 2001:470:b:227::1 tcp 22</member>
<member></member>
</simplelist>
<programlisting> shorewall6 open all 2001:470:b:227::1 tcp 22</programlisting>
<para>To reverse that command, use:</para>
<simplelist>
<member>shorewall6 close all 2001:470:b:227::1 tcp 22</member>
</simplelist>
<programlisting> shorewall6 close all 2001:470:b:227::1 tcp 22</programlisting>
</listitem>
</varlistentry>