]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
extensions: libxt_set: Add missing hyphen to --bytes-eq synopsis in manpage
authorMart Frauenlob <mart.frauenlob@chello.at>
Sat, 4 Jan 2014 15:57:46 +0000 (16:57 +0100)
committerFlorian Westphal <fw@strlen.de>
Sat, 4 Jan 2014 17:46:09 +0000 (18:46 +0100)
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at>
Signed-off-by: Florian Westphal <fw@strlen.de>
extensions/libxt_set.man

index 7012ef2e0c7f23b62c2b1fbab3bb89da16d2d766..dbc1586b3b6464c4b1f3de1e7cbbd3a3a9919139 100644 (file)
@@ -43,7 +43,7 @@ packet counter of the element is less than the given value as well.
 If the packet is matched an element in the set, match only if the
 packet counter of the element is greater than the given value as well.
 .TP
-[\fB!\fP] \fB\-bytes\-eq\fP \fIvalue\fP
+[\fB!\fP] \fB\-\-bytes\-eq\fP \fIvalue\fP
 If the packet is matched an element in the set, match only if the
 byte counter of the element matches the given value too.
 .TP