diff --git a/Shorewall6/manpages/shorewall6-mangle.xml b/Shorewall6/manpages/shorewall6-mangle.xml
index 95a164d75..6fd30bbab 100644
--- a/Shorewall6/manpages/shorewall6-mangle.xml
+++ b/Shorewall6/manpages/shorewall6-mangle.xml
@@ -320,6 +320,28 @@
+
+ HL([-|+]number)[:P]
+
+
+ If + is included,
+ packets matching the rule will have their hop limit
+ incremented by number. Similarly,
+ if - is included, matching
+ packets have their hop limit decremented by
+ number. If neither + nor - is given, the hop limit of matching
+ packets is set to number. The valid
+ range of values for number is
+ 1-255. If :P is included, the rule is placed in the mangle
+ PREROUTING chain -- otherwise, it is placed in the FORWARD
+ chain.
+
+
+
IMQ(number)
@@ -671,53 +693,7 @@ Normal-Service => 0x00
-
-
- TTL([-|+]number)
-
-
- If + is included,
- packets matching the rule will have their TTL incremented by
- number. Similarly, if - is included, matching packets have
- their TTL decremented by number. If
- neither + nor - is given, the TTL of matching packets
- is set to number. The valid range
- of values for number is
- 1-255.
-
-
-
-
-
- TTL([-|+]number)
-
- Added in Shorewall 4.4.24.
-
- Prior to Shorewall 4.5.7.2, may be optionally followed by
- :F but the resulting rule is
- always added to the FORWARD chain. Beginning with Shorewall
- 4.5.7.s, it may be optionally followed by :P, in which case the rule is added to
- the PREROUTING chain.
-
- If + is included, packets
- matching the rule will have their TTL incremented by
- number. Similarly, if - is included, matching packets have
- their TTL decremented by number. If
- neither + nor - is given, the TTL of matching packets
- is set to number. The valid range of
- values for number is 1-255.
-
-