]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxt_tcp: manpage correction
authorJiri Popelka <jpopelka@redhat.com>
Mon, 16 Mar 2015 16:37:49 +0000 (17:37 +0100)
committerFlorian Westphal <fw@strlen.de>
Mon, 16 Mar 2015 16:37:49 +0000 (17:37 +0100)
$ 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>
extensions/libxt_tcp.man

index 7a16118bbc53a33603caf8256fbe06a72d591869..80194617e5e535fdadd839f7955da4aaf81bc1f4 100644 (file)
@@ -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.