]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
While adding testing for inversion of multiport, noticed that documentation about...
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 25 May 2005 08:10:03 +0000 (08:10 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 25 May 2005 08:10:03 +0000 (08:10 +0000)
extensions/libipt_multiport.man

index cead84e749b1a05cd6edeba492af659b01adfffa..4c076081dee7a65d648a55d02e684b64deec09b3 100644 (file)
@@ -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.