diff --git a/Shorewall/manpages/shorewall-rules.xml b/Shorewall/manpages/shorewall-rules.xml
index e1817e53f..07958bf40 100644
--- a/Shorewall/manpages/shorewall-rules.xml
+++ b/Shorewall/manpages/shorewall-rules.xml
@@ -103,6 +103,22 @@
+
+ UNTRACKED
+
+
+ Added in Shorewall 4.5.13. Packets in the UNTRACKED state are
+ processed by rules in this section.
+
+ The only Actions allowed in this section are ACCEPT, DROP,
+ REJECT, LOG and QUEUE.
+
+ There is an implicit rule added at the end of this section
+ that invokes the UNTRACKED_DISPOSITION (shorewall.conf(5)).
+
+
+
NEW
diff --git a/Shorewall6/manpages/shorewall6-rules.xml b/Shorewall6/manpages/shorewall6-rules.xml
index ec3f5d133..5c88f0787 100644
--- a/Shorewall6/manpages/shorewall6-rules.xml
+++ b/Shorewall6/manpages/shorewall6-rules.xml
@@ -96,6 +96,22 @@
+
+ UNTRACKED
+
+
+ Added in Shorewall 4.5.13. Packets in the UNTRACKED state are
+ processed by rules in this section.
+
+ The only Actions allowed in this section are ACCEPT, DROP,
+ REJECT, LOG and QUEUE.
+
+ There is an implicit rule added at the end of this section
+ that invokes the UNTRACKED_DISPOSITION (shorewall6.conf(5)).
+
+
+
NEW