On Fri, Aug 22, 2008 at 12:59:30PM -0400, Jan Engelhardt wrote: > >On Friday 2008-08-22 12:32, WANG Cong wrote: >> >>Fix a typo in a man page. >> >>Signed-off-by: WANG Cong <wangcong@xxxxxxxxx> >> >>--- >>diff --git a/extensions/libxt_tcp.man b/extensions/libxt_tcp.man >>index b087fc9..4b7b2d1 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. > >Hehe... there's more than just that, an "is" and a comma! > > If the second port is greater than the first, they will be swapped. Right, thanks. :-) New patch is below: --- diff --git a/extensions/libxt_tcp.man b/extensions/libxt_tcp.man index b087fc9..7806834 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 is greater than the first, they will be swapped. The flag .B --sport is a convenient alias for this option. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html