diff options
author | Jeremy Sowden <jeremy@azazel.net> | 2025-02-07 20:08:12 +0000 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@netfilter.org> | 2025-04-18 14:41:30 +0200 |
commit | f0629de41da21ac3e8cb5f24ee574dca9fcc7c25 (patch) | |
tree | 34a5cd4a71f9e2341c862d208729569b3b14b283 | |
parent | 210e4491798d6fa0e7ea4a8e74307db8809d6cfe (diff) |
Correct typo in man-page
"This values is ..." should be "This value is ...".
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
-rw-r--r-- | src/ipset.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipset.8 b/src/ipset.8 index 04febda..b897059 100644 --- a/src/ipset.8 +++ b/src/ipset.8 @@ -925,7 +925,7 @@ The \fBhash:ip,mark\fR set type uses a hash to store IP address and packet mark Optional \fBcreate\fR options: .TP \fBmarkmask\fR \fIvalue\fR -Allows you to set bits you are interested in the packet mark. This values is then used to perform bitwise AND operation for every mark added. +Allows you to set bits you are interested in the packet mark. This value is then used to perform bitwise AND operation for every mark added. markmask can be any value between 1 and 4294967295, by default all 32 bits are set. .PP The |