All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] fix one typo
@ 2008-08-22 16:32 WANG Cong
  2008-08-22 16:59 ` Jan Engelhardt
  2008-09-01 13:11 ` Patrick McHardy
  0 siblings, 2 replies; 4+ messages in thread
From: WANG Cong @ 2008-08-22 16:32 UTC (permalink / raw)
  To: netfilter-devel


Fix a typo in a man page.

Signed-off-by: WANG Cong <wangcong@zeuux.org>

---
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.
 The flag
 .B --sport
 is a convenient alias for this option.


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

* Re: [Patch] fix one typo
  2008-08-22 16:32 [Patch] fix one typo WANG Cong
@ 2008-08-22 16:59 ` Jan Engelhardt
  2008-08-22 17:23   ` WANG Cong
  2008-09-01 13:11 ` Patrick McHardy
  1 sibling, 1 reply; 4+ messages in thread
From: Jan Engelhardt @ 2008-08-22 16:59 UTC (permalink / raw)
  To: WANG Cong; +Cc: netfilter-devel


On Friday 2008-08-22 12:32, WANG Cong wrote:
>
>Fix a typo in a man page.
>
>Signed-off-by: WANG Cong <wangcong@zeuux.org>
>
>---
>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.

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

* Re: [Patch] fix one typo
  2008-08-22 16:59 ` Jan Engelhardt
@ 2008-08-22 17:23   ` WANG Cong
  0 siblings, 0 replies; 4+ messages in thread
From: WANG Cong @ 2008-08-22 17:23 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel

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@zeuux.org>
>>
>>---
>>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.



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

* Re: [Patch] fix one typo
  2008-08-22 16:32 [Patch] fix one typo WANG Cong
  2008-08-22 16:59 ` Jan Engelhardt
@ 2008-09-01 13:11 ` Patrick McHardy
  1 sibling, 0 replies; 4+ messages in thread
From: Patrick McHardy @ 2008-09-01 13:11 UTC (permalink / raw)
  To: WANG Cong; +Cc: netfilter-devel

WANG Cong wrote:
> Fix a typo in a man page.

Applied, thanks.

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

end of thread, other threads:[~2008-09-01 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-22 16:32 [Patch] fix one typo WANG Cong
2008-08-22 16:59 ` Jan Engelhardt
2008-08-22 17:23   ` WANG Cong
2008-09-01 13:11 ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.