Package: iptables Version: 1.4.1.1-3 Severity: minor Tags: patch
I noticed a small typo in iptables manpage. The multiport module accepts --sports/--dports parameters, not --sport/--dport. Note: 0405-hyphenation.man.patch already patches the same lines. So the patch I've attached must be applied after 0405-hyphenation.man.patch. -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (700, 'testing'), (500, 'testing-proposed-updates'), (300, 'unstable'), (100, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages iptables depends on: ii libc6 2.7-18 GNU C Library: Shared libraries iptables recommends no packages. iptables suggests no packages. -- no debconf information
--- extensions/libxt_multiport.man.orig 2009-01-15 12:53:47.000000000 +0100 +++ extensions/libxt_multiport.man 2009-01-15 12:54:06.000000000 +0100 @@ -5,7 +5,7 @@ or .BR "\-p udp" . .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 .B \-\-sports is a convenient alias for this option. Multiple ports or port ranges are @@ -13,7 +13,7 @@ \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 .B \-\-dports is a convenient alias for this option.