summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMart Frauenlob <mart.frauenlob@chello.at>2014-01-04 16:57:46 +0100
committerFlorian Westphal <fw@strlen.de>2014-01-04 18:46:09 +0100
commita0e224be48300b308a02f7bf898f0838463a7305 (patch)
treeb92f006adb0d5f2d3e1f102e22a05311cfe4ffc5
parent99b85b7837707bd6c6d578c9328e1321fceb8082 (diff)
extensions: libxt_set: Add missing hyphen to --bytes-eq synopsis in manpage
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Florian Westphal <fw@strlen.de>
-rw-r--r--extensions/libxt_set.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_set.man b/extensions/libxt_set.man
index 7012ef2e..dbc1586b 100644
--- a/extensions/libxt_set.man
+++ b/extensions/libxt_set.man
@@ -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