Re: [PATCH] man: fix typos

2020-10-08 Thread Samanta Navarro
Signed-off-by: Samanta Navarro --- man/man8/ip-link.8.in | 14 +++--- man/man8/ip-neighbour.8 | 6 +++--- man/man8/tc-actions.8 | 2 +- man/man8/tc-pie.8 | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in i

Re: [PATCH] man: fix typos

2020-10-06 Thread Stephen Hemminger
On Sun, 4 Oct 2020 11:42:59 + Samanta Navarro wrote: Looks good overall. Take the "a" off in the gso_max_segs part. Please resubmit this patch with proper Developer's Certificate of Origin (a.k.a. Signed-off-by).

Re: [PATCH] man: fix typos

2020-10-05 Thread Andrew Lunn
On Mon, Oct 05, 2020 at 11:10:20AM +, Samanta Navarro wrote: > --- > Hello Andrew, > > On Sun, Oct 04, 2020 at 05:33:15PM +0200, Andrew Lunn wrote: > > On Sun, Oct 04, 2020 at 11:42:59AM +, Samanta Navarro wrote: > > > @@ -392,7 +392,7 @@ packet the new device should accept. > > > .TP > >

Re: [PATCH] man: fix typos

2020-10-05 Thread Samanta Navarro
--- Hello Andrew, On Sun, Oct 04, 2020 at 05:33:15PM +0200, Andrew Lunn wrote: > On Sun, Oct 04, 2020 at 11:42:59AM +, Samanta Navarro wrote: > > @@ -392,7 +392,7 @@ packet the new device should accept. > > .TP > > .BI gso_max_segs " SEGMENTS " > > specifies the recommended maximum number o

Re: [PATCH] man: fix typos

2020-10-04 Thread Andrew Lunn
On Sun, Oct 04, 2020 at 11:42:59AM +, Samanta Navarro wrote: > --- > man/man8/ip-link.8.in | 14 +++--- > man/man8/ip-neighbour.8 | 6 +++--- > man/man8/tc-actions.8 | 2 +- > man/man8/tc-pie.8 | 4 ++-- > 4 files changed, 13 insertions(+), 13 deletions(-) > > diff --git

[PATCH] man: fix typos

2020-10-04 Thread Samanta Navarro
--- man/man8/ip-link.8.in | 14 +++--- man/man8/ip-neighbour.8 | 6 +++--- man/man8/tc-actions.8 | 2 +- man/man8/tc-pie.8 | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index f451ecf..fbc45df 100644 ---