From: Rusty Russell Date: Wed, 25 May 2005 08:10:03 +0000 (+0000) Subject: While adding testing for inversion of multiport, noticed that documentation about... X-Git-Tag: v1.3.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56506a10c3bc3e13134db607fd94b4f4067426f3;p=thirdparty%2Fiptables.git While adding testing for inversion of multiport, noticed that documentation about --ports is *wrong*. Ports do not have to be equal: either dest or src being in list is enough for match. --- diff --git a/extensions/libipt_multiport.man b/extensions/libipt_multiport.man index cead84e7..4c076081 100644 --- a/extensions/libipt_multiport.man +++ b/extensions/libipt_multiport.man @@ -15,5 +15,5 @@ Match if the destination port is one of the given ports. The flag is a convenient alias for this option. .TP .BR "--ports " "\fIport\fP[,\fIport\fP[,\fIport\fP...]]" -Match if the both the source and destination ports are equal to each -other and to one of the given ports. +Match if either the source or destination ports are equal to one of +the given ports.