diff --git a/docs/Actions.xml b/docs/Actions.xml
index 7a39071fc..db50e88cc 100644
--- a/docs/Actions.xml
+++ b/docs/Actions.xml
@@ -287,6 +287,12 @@ ACCEPT - - tcp 135,139,445
POLICY column of shorewall-policy(5) (e.g.,
DROP:Drop(audit):audit).
+
+
+ Beginning with Shorewall 4.5.10, a macro may also be specified as a default
+ action.
+
@@ -389,7 +395,7 @@ REDIRECT net - tcp 80 - 1.2.3.4
The DEFAULTS directive also determines the maximum number of
parameters that an action may have. If more parameters are passed than
- have default values, an error message is issued.
+ have default values, an error message is issued.
diff --git a/docs/Macros.xml b/docs/Macros.xml
index 4257cad42..94fc31c88 100644
--- a/docs/Macros.xml
+++ b/docs/Macros.xml
@@ -288,6 +288,9 @@ ACCEPT fw loc tcp 135,139,445
There are no restrictions regarding the ACTIONs that can be
performed in a macro.
+
+ Beginning with Shorewall 4.5.10, macros may also be used as default actions.