netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ip: Few typo and grammar errors fixes for ip(8) manpage
@ 2010-12-16 16:24 Petr Sabata
  2010-12-16 16:32 ` Eric Dumazet
  2010-12-16 17:33 ` Stephen Hemminger
  0 siblings, 2 replies; 5+ messages in thread
From: Petr Sabata @ 2010-12-16 16:24 UTC (permalink / raw)
  To: netdev; +Cc: Petr Sabata

---
 man/man8/ip.8 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/man8/ip.8 b/man/man8/ip.8
index 6c778d2..8d55fa9 100644
--- a/man/man8/ip.8
+++ b/man/man8/ip.8
@@ -1289,7 +1289,7 @@ can also be
 .BI nud " NUD_STATE"
 the state of the neighbour entry.
 .B nud
-is an abbreviation for 'Neigh bour Unreachability Detection'.
+is an abbreviation for 'Neighbour Unreachability Detection'.
 The state can take one of the following values:
 
 .in +8
@@ -1614,7 +1614,7 @@ peers are allowed to send to us.
 .BI rtt " TIME"
 the initial RTT ('Round Trip Time') estimate. If no suffix is
 specified the units are raw values passed directly to the
-routing code to maintain compatability with previous releases.
+routing code to maintain compatibility with previous releases.
 Otherwise if a suffix of s, sec or secs is used to specify
 seconds; ms, msec or msecs to specify milliseconds; us, usec
 or usecs to specify microseconds; ns, nsec or nsecs to specify
@@ -2484,7 +2484,7 @@ contains one or more algorithms
 .I ALGO
 which depend on the type of algorithm set by
 .IR ALGO_TYPE "."
-It can be used these algoritms
+Valid algorithms are:
 .BR enc ", " auth " or " comp "."
 
 .SS ip xfrm policy add - add a new policy
-- 
1.7.3.3


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

* Re: [PATCH] ip: Few typo and grammar errors fixes for ip(8) manpage
  2010-12-16 16:24 [PATCH] ip: Few typo and grammar errors fixes for ip(8) manpage Petr Sabata
@ 2010-12-16 16:32 ` Eric Dumazet
  2010-12-16 16:50   ` Ben Hutchings
  2010-12-16 17:33 ` Stephen Hemminger
  1 sibling, 1 reply; 5+ messages in thread
From: Eric Dumazet @ 2010-12-16 16:32 UTC (permalink / raw)
  To: Petr Sabata; +Cc: netdev

Le jeudi 16 décembre 2010 à 17:24 +0100, Petr Sabata a écrit :
> ---
>  man/man8/ip.8 |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 

MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
M:      Michael Kerrisk <mtk.manpages@gmail.com>
W:      http://www.kernel.org/doc/man-pages
L:      linux-man@vger.kernel.org
S:      Maintained




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

* Re: [PATCH] ip: Few typo and grammar errors fixes for ip(8) manpage
  2010-12-16 16:32 ` Eric Dumazet
@ 2010-12-16 16:50   ` Ben Hutchings
  2010-12-16 16:58     ` Eric Dumazet
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Hutchings @ 2010-12-16 16:50 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: Petr Sabata, netdev

On Thu, 2010-12-16 at 17:32 +0100, Eric Dumazet wrote:
> Le jeudi 16 décembre 2010 à 17:24 +0100, Petr Sabata a écrit :
> > ---
> >  man/man8/ip.8 |    6 +++---
> >  1 files changed, 3 insertions(+), 3 deletions(-)
> > 
> 
> MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
> M:      Michael Kerrisk <mtk.manpages@gmail.com>
> W:      http://www.kernel.org/doc/man-pages
> L:      linux-man@vger.kernel.org
> S:      Maintained

What is your point?  This is a patch for iproute2, so it should go to
Stephen Hemminger.

Ben.

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


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

* Re: [PATCH] ip: Few typo and grammar errors fixes for ip(8) manpage
  2010-12-16 16:50   ` Ben Hutchings
@ 2010-12-16 16:58     ` Eric Dumazet
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Dumazet @ 2010-12-16 16:58 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: Petr Sabata, netdev

Le jeudi 16 décembre 2010 à 16:50 +0000, Ben Hutchings a écrit :
> On Thu, 2010-12-16 at 17:32 +0100, Eric Dumazet wrote:
> > Le jeudi 16 décembre 2010 à 17:24 +0100, Petr Sabata a écrit :
> > > ---
> > >  man/man8/ip.8 |    6 +++---
> > >  1 files changed, 3 insertions(+), 3 deletions(-)
> > > 
> > 
> > MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
> > M:      Michael Kerrisk <mtk.manpages@gmail.com>
> > W:      http://www.kernel.org/doc/man-pages
> > L:      linux-man@vger.kernel.org
> > S:      Maintained
> 
> What is your point?  This is a patch for iproute2, so it should go to
> Stephen Hemminger.

Hmm, thats right, I misread patch, sorry.

Patches for iproute2 should be labeled as such, and sent to maintainer,
to avoid confusion.




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

* Re: [PATCH] ip: Few typo and grammar errors fixes for ip(8) manpage
  2010-12-16 16:24 [PATCH] ip: Few typo and grammar errors fixes for ip(8) manpage Petr Sabata
  2010-12-16 16:32 ` Eric Dumazet
@ 2010-12-16 17:33 ` Stephen Hemminger
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2010-12-16 17:33 UTC (permalink / raw)
  To: Petr Sabata; +Cc: netdev

On Thu, 16 Dec 2010 17:24:54 +0100
Petr Sabata <psabata@redhat.com> wrote:

> ---
>  man/man8/ip.8 |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/man/man8/ip.8 b/man/man8/ip.8
> index 6c778d2..8d55fa9 100644
> --- a/man/man8/ip.8
> +++ b/man/man8/ip.8
> @@ -1289,7 +1289,7 @@ can also be
>  .BI nud " NUD_STATE"
>  the state of the neighbour entry.
>  .B nud
> -is an abbreviation for 'Neigh bour Unreachability Detection'.
> +is an abbreviation for 'Neighbour Unreachability Detection'.
>  The state can take one of the following values:
>  
>  .in +8
> @@ -1614,7 +1614,7 @@ peers are allowed to send to us.
>  .BI rtt " TIME"
>  the initial RTT ('Round Trip Time') estimate. If no suffix is
>  specified the units are raw values passed directly to the
> -routing code to maintain compatability with previous releases.
> +routing code to maintain compatibility with previous releases.
>  Otherwise if a suffix of s, sec or secs is used to specify
>  seconds; ms, msec or msecs to specify milliseconds; us, usec
>  or usecs to specify microseconds; ns, nsec or nsecs to specify
> @@ -2484,7 +2484,7 @@ contains one or more algorithms
>  .I ALGO
>  which depend on the type of algorithm set by
>  .IR ALGO_TYPE "."
> -It can be used these algoritms
> +Valid algorithms are:
>  .BR enc ", " auth " or " comp "."
>  
>  .SS ip xfrm policy add - add a new policy

Applied.

-- 

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

end of thread, other threads:[~2010-12-16 17:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 16:24 [PATCH] ip: Few typo and grammar errors fixes for ip(8) manpage Petr Sabata
2010-12-16 16:32 ` Eric Dumazet
2010-12-16 16:50   ` Ben Hutchings
2010-12-16 16:58     ` Eric Dumazet
2010-12-16 17:33 ` Stephen Hemminger

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).