summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2005-05-25 08:10:03 +0000
committerRusty Russell <rusty@rustcorp.com.au>2005-05-25 08:10:03 +0000
commit56506a10c3bc3e13134db607fd94b4f4067426f3 (patch)
tree790787622a81e9ce9422c30fefd84fc3e53a1e26 /extensions
parent38ed421276ff0312965c96754b4bc01d0e4f0679 (diff)
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.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_multiport.man4
1 files changed, 2 insertions, 2 deletions
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.