]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
doc: fix option typo in libxt_multiport
authorMarc Fournier <marc.fournier@camptocamp.com>
Thu, 15 Jan 2009 12:57:53 +0000 (13:57 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 12 Feb 2009 14:12:20 +0000 (15:12 +0100)
Reference: http://bugs.debian.org/511891
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libxt_multiport.man

index 39183151427212c9089b8dcafdb486e290cec75b..caf5c56a2dd7efffee128f05da695c45a54e3b8d 100644 (file)
@@ -5,7 +5,7 @@ ports.  It can only be used in conjunction with
 or
 \fB\-p udp\fP.
 .TP
-[\fB!\fP] \fB\-\-source\-ports\fP,\fB\-\-sport\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport\fP\fB:\fP\fIport\fP]...
+[\fB!\fP] \fB\-\-source\-ports\fP,\fB\-\-sports\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport\fP\fB:\fP\fIport\fP]...
 Match if the source port is one of the given ports.  The flag
 \fB\-\-sports\fP
 is a convenient alias for this option. Multiple ports or port ranges are
@@ -13,7 +13,7 @@ separated using a comma, and a port range is specified using a colon.
 \fB53,1024:65535\fP would therefore match ports 53 and all from 1024 through
 65535.
 .TP
-[\fB!\fP] \fB\-\-destination\-ports\fP,\fB\-\-dport\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport\fP\fB:\fP\fIport\fP]...
+[\fB!\fP] \fB\-\-destination\-ports\fP,\fB\-\-dports\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport\fP\fB:\fP\fIport\fP]...
 Match if the destination port is one of the given ports.  The flag
 \fB\-\-dports\fP
 is a convenient alias for this option.