summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Popelka <jpopelka@redhat.com>2015-03-16 17:37:49 +0100
committerFlorian Westphal <fw@strlen.de>2015-03-16 17:37:49 +0100
commit6c20d571e0eee3967fbd4d83c9d42393e6cecca5 (patch)
treeef7c02ae5e834dcc7822165a3d571c25260d49ec
parent1749f443d79f01c6ae1512cff63a5e02cf5149c1 (diff)
libxt_tcp: manpage correction
$ iptables -A INPUT -m tcp --sport 6500:6400 -j ACCEPT iptables v1.4.21: invalid portrange (min > max) Error message added with d15fb34c Signed-off-by: Jiri Popelka <jpopelka@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de>
-rw-r--r--extensions/libxt_tcp.man1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libxt_tcp.man b/extensions/libxt_tcp.man
index 7a16118b..80194617 100644
--- a/extensions/libxt_tcp.man
+++ b/extensions/libxt_tcp.man
@@ -7,7 +7,6 @@ name or a port number. An inclusive range can also be specified,
using the format \fIfirst\fP\fB:\fP\fIlast\fP.
If the first port is omitted, "0" is assumed; if the last is omitted,
"65535" is assumed.
-If the first port is greater than the second one they will be swapped.
The flag
\fB\-\-sport\fP
is a convenient alias for this option.