]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
manpages: Fix a typo in tcp man page
authorWANG Cong <wangcong@zeuux.org>
Mon, 1 Sep 2008 13:10:00 +0000 (15:10 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 1 Sep 2008 13:10:00 +0000 (15:10 +0200)
Signed-off-by: WANG Cong <wangcong@zeuux.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/libxt_tcp.man

index b087fc9e9ab9e99b7d65955b7c22ba3bb1494e7a..4b7b2d1627fc12e25ba58d7acb5b4fe6f16b7baf 100644 (file)
@@ -7,7 +7,7 @@ name or a port number. An inclusive range can also be specified,
 using the format \fIport\fP\fB:\fP\fIport\fP.
 If the first port is omitted, "0" is assumed; if the last is omitted,
 "65535" is assumed.
-If the second port greater then the first they will be swapped.
+If the second port greater than the first they will be swapped.
 The flag
 .B --sport
 is a convenient alias for this option.