diff --git a/Shorewall/manpages/shorewall-tcrules.xml b/Shorewall/manpages/shorewall-tcrules.xml
index 60875b96c..a5f3ede9a 100644
--- a/Shorewall/manpages/shorewall-tcrules.xml
+++ b/Shorewall/manpages/shorewall-tcrules.xml
@@ -194,12 +194,12 @@
assigned to packets on a round-robin fashion.
When a mask is specified, the result of logically ANDing
- the mark value with the mask must be the same as the mark value.
- The least significant bit in the mask is used as an increment.
- For example, if '0x200-0x400/0xff00' is specified, then the
- assigned mark values are 0x200, 0x300 and 0x400 in equal
- proportions. If no mask is specified, then ( 2 ** MASK_BITS ) -
- 1 is assumed (MASK_BITS is set in shorewall.conf(5)).
May optionally be followed by If your kernel and iptables include CONNMARK support then
you can also mark the connection rather than the packet.
- The mark range may be optionally followed by "/" and a
- mask value (used to determine those bits of the connection mark
- to actually be set). When a mask is specified, the result of
- logically ANDing the mark value with each of the masks must be
- the same as the mark value.
-
- The mark and optional mask are then followed by one
+ The mark range and optional mask can then followed by one
of:
@@ -350,9 +344,9 @@
CHECKSUM
Added in Shorewall 4.5.9. Compute and fill in the checksum
- in a packet that lacks a checksum. This is particularly useful,
- if you need to work around old applications such as dhcp
- clients, that do not work well with check‐ sum offloads, but
+ in a packet that lacks a checksum. This is particularly useful
+ if you need to work around old applications, such as dhcp
+ clients, that do not work well with checksum offloads, but you
don't want to disable checksum offload in your device.
Requires 'Checksum Target' support in your kernel and
diff --git a/Shorewall6/manpages/shorewall6-tcrules.xml b/Shorewall6/manpages/shorewall6-tcrules.xml
index 6ef430563..ead47a938 100644
--- a/Shorewall6/manpages/shorewall6-tcrules.xml
+++ b/Shorewall6/manpages/shorewall6-tcrules.xml
@@ -194,12 +194,12 @@
assigned to packets on a round-robin fashion.
When a mask is specified, the result of logically ANDing
- the mark value with the mask must be the same as the mark value.
- The least significant bit in the mask is used as an increment.
- For example, if '0x200-0x400/0xff00' is specified, then the
- assigned mark values are 0x200, 0x300 and 0x400 in equal
- proportions. If no mask is specified, then ( 2 ** MASK_BITS ) -
- 1 is assumed (MASK_BITS is set in shorewall6.conf(5)).
May optionally be followed by
- The mark and optional mask are then followed by one
+ The mark range and optional mask may followed by one
of:
@@ -350,9 +350,9 @@
CHECKSUM
Added in Shorewall 4.5.9. Compute and fill in the checksum
- in a packet that lacks a checksum. This is particularly useful,
- if you need to work around old applications such as dhcp
- clients, that do not work well with check‐ sum offloads, but
+ in a packet that lacks a checksum. This is particularly useful
+ if you need to work around old applications, such as dhcp
+ clients, that do not work well with checksum offloads, but you
don't want to disable checksum offload in your device.
Requires 'Checksum Target' support in your kernel and