diff options
author | Marc Fournier <marc.fournier@camptocamp.com> | 2009-01-15 13:57:53 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2009-02-12 15:12:20 +0100 |
commit | ae6f9b978aded200def693dcba80f7b97de7f7c6 (patch) | |
tree | 7b7509fcfba85cb3845d33bba262dfa22895dc9c /extensions | |
parent | 7e6fe43421003499b4ac6316f1c6d3ad4a8fc8ec (diff) |
doc: fix option typo in libxt_multiport
Reference: http://bugs.debian.org/511891
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/libxt_multiport.man | 4 |
1 files changed, 2 insertions, 2 deletions
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. |