From f0629de41da21ac3e8cb5f24ee574dca9fcc7c25 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Fri, 7 Feb 2025 20:08:12 +0000 Subject: [PATCH] Correct typo in man-page "This values is ..." should be "This value is ...". Signed-off-by: Jeremy Sowden Signed-off-by: Jozsef Kadlecsik --- src/ipset.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipset.8 b/src/ipset.8 index 04febdad..b897059f 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 -- 2.47.2