diff --git a/docs/starting_and_stopping_shorewall.xml b/docs/starting_and_stopping_shorewall.xml
index dc514a74e..b6ed1b60c 100644
--- a/docs/starting_and_stopping_shorewall.xml
+++ b/docs/starting_and_stopping_shorewall.xml
@@ -165,7 +165,7 @@
If you change your configuration and want to install the
- changes, use the shorewall restart command.
+ changes, use the shorewall reload command.
@@ -616,7 +616,7 @@
/sbin/shorewall Command
- Resulting /usr/share/shorewall/firewall
+ Resulting /var/lib/shorewall/firewall
Command
Effect if the Command Succeeds
@@ -646,6 +646,15 @@
firewall are accepted.
+
+ shorewall reload
+
+ firewall reload
+
+ Very similar to start, replacing the existing ruleset with
+ one that reflects the current configuration file contents.
+
+
shorewall restart
@@ -721,15 +730,15 @@
transition while the compiler is running. If compilation fails, the state
remains unchanged.
- Also, shorewall start and shorewall
- restart involve compilation followed by execution of the
- compiled script. So it is the compiled script that performs the state
- transition in these commands rather than
- /usr/share/shorewall/firewall.
+ Also, shorewall start, shorewall
+ reload and shorewall restart involve
+ compilation followed by execution of the compiled script. So it is the
+ compiled script that performs the state transition in these commands
+ rather than /usr/share/shorewall/firewall.
The compiled script is placed in /var/lib/shorewall and is named either
- .start or .restart depending on
- the command.
+ .start, .reload or .restart
+ depending on the command.