diff --git a/Shorewall-docs/starting_and_stopping_shorewall.xml b/Shorewall-docs/starting_and_stopping_shorewall.xml
index 0d39d04cc..3b5fae8ea 100755
--- a/Shorewall-docs/starting_and_stopping_shorewall.xml
+++ b/Shorewall-docs/starting_and_stopping_shorewall.xml
@@ -39,12 +39,11 @@
If you have a permanent internet connection such as DSL or Cable, I
recommend that you start the firewall automatically at boot. Once you have
installed firewall
in your init.d directory, simply type
- chkconfig --add firewall
.
- This will start the firewall in run levels 2-5 and stop it in run levels 1
- and 6. If you want to configure your firewall differently from this
- default, you can use the --level
option in chkconfig (see
- man chkconfig
) or using your favorite graphical run-level
- editor.
+ chkconfig --add firewall
. This will
+ start the firewall in run levels 2-5 and stop it in run levels 1 and 6. If
+ you want to configure your firewall differently from this default, you can
+ use the --level
option in chkconfig (see man
+ chkconfig
) or using your favorite graphical run-level editor.
@@ -173,13 +172,13 @@
shorewall check - Performs a cursory
validation of the zones, interfaces, hosts, rules and policy files.The
- check
command is
- totally unsuppored and does not parse and validate the generated
- iptables commands. Even though the check
command
- completes successfully, the configuration may fail to start. Problem
- reports that complain about errors that the check
- command does not detect will not be accepted.See the
- recommended way to make configuration changes described below.
+ check
command is totally unsuppored
+ and does not parse and validate the generated iptables commands. Even
+ though the check
command completes successfully, the
+ configuration may fail to start. Problem reports that complain about
+ errors that the check
command does not detect will not
+ be accepted.See the recommended way to make configuration
+ changes described below.