diff --git a/Shorewall/manpages/shorewall.conf.xml b/Shorewall/manpages/shorewall.conf.xml
index 2dddd354c..ab821ea8c 100644
--- a/Shorewall/manpages/shorewall.conf.xml
+++ b/Shorewall/manpages/shorewall.conf.xml
@@ -406,8 +406,9 @@
Formerly named AUTO_COMMENT. If set, if there is not a current
comment when a macro is invoked, the behavior is as if the first
- line of the macro file was "COMMENT <macro name>". The
- AUTO_COMMENT option has a default value of 'Yes'.
+ line of the macro file was "COMMENT <macro name>". If not
+ specified, the AUTO_COMMENT option has a default value of
+ 'Yes'.
@@ -473,7 +474,7 @@
command, then the compilation step is skipped and the compiled
script that executed the last start, reload or restart command
- is used. The default is AUTOMAKE=No.
+ is used. If not specified, the default is AUTOMAKE=No.
The setting of the AUTOMAKE option is ignored if the
start, reload or
@@ -2212,8 +2213,9 @@ LOG:info:,bar net fw
- The default value is zero which disables all
- optimizations.
+ In versions prior to 5.1.0, the default value is zero which
+ disables all optimizations. Beginning with Shorewall 5.1.0, the
+ default value is All which enables all optimizations.