netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libxt_tcp: manpage correction
@ 2015-03-16 16:12 Jiri Popelka
  2015-03-16 16:40 ` Florian Westphal
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Popelka @ 2015-03-16 16:12 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Jiri Popelka

$ 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>
---
 extensions/libxt_tcp.man | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extensions/libxt_tcp.man b/extensions/libxt_tcp.man
index 7a16118..8019461 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.
-- 
2.3.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-16 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 16:12 [PATCH] libxt_tcp: manpage correction Jiri Popelka
2015-03-16 16:40 ` Florian Westphal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).