summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWANG Cong <wangcong@zeuux.org>2008-09-01 15:10:00 +0200
committerPatrick McHardy <kaber@trash.net>2008-09-01 15:10:00 +0200
commit995e5cfa8e5ceb7f7e9d0e56ad7147b2dea1221f (patch)
treed7c5372662b12a7f9bc45e6ec779adb2318c7920
parent9a90f9075cbcaa743c93b57f12f6e38b04dfc790 (diff)
manpages: Fix a typo in tcp man page
Signed-off-by: WANG Cong <wangcong@zeuux.org> Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--extensions/libxt_tcp.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_tcp.man b/extensions/libxt_tcp.man
index b087fc9e..4b7b2d16 100644
--- a/extensions/libxt_tcp.man
+++ b/extensions/libxt_tcp.man
@@ -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.