From: Marc Fournier Date: Thu, 15 Jan 2009 12:57:53 +0000 (+0100) Subject: doc: fix option typo in libxt_multiport X-Git-Tag: v1.4.3~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6f9b978aded200def693dcba80f7b97de7f7c6;p=thirdparty%2Fiptables.git doc: fix option typo in libxt_multiport Reference: http://bugs.debian.org/511891 Signed-off-by: Jan Engelhardt --- diff --git a/extensions/libxt_multiport.man b/extensions/libxt_multiport.man index 39183151..caf5c56a 100644 --- a/extensions/libxt_multiport.man +++ b/extensions/libxt_multiport.man @@ -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.