summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Tobin <ftobin+netfilter@neverending.org>2009-05-21 05:09:00 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-06-08 23:38:46 +0200
commit156f58692bbe9e509b32670f93582bead785c926 (patch)
tree54e37c01e7a0ff93be98b38fd77f74f2ed272813
parentecd48dd6ba534deea7fd4d0ce20c7b5c00f4128f (diff)
libxt_tcp: fix a manpage syntax typo
Reference: http://bugzilla.netfilter.org/show_bug.cgi?id=596 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--extensions/libxt_tcp.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_tcp.man b/extensions/libxt_tcp.man
index 8f39cdb8..0a99cdf7 100644
--- a/extensions/libxt_tcp.man
+++ b/extensions/libxt_tcp.man
@@ -12,7 +12,7 @@ The flag
\fB\-\-sport\fP
is a convenient alias for this option.
.TP
-[\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB,\fP\fIport\fP]
+[\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
Destination port or port range specification. The flag
\fB\-\-dport\fP
is a convenient alias for this option.