mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Another attempt to correct the formatting of the manpages
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1e6c266b51
commit
d7a1ca41f9
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user