All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] man: Syntax and warning fixes
@ 2015-11-07  9:44 Ville Skyttä
  2015-11-07  9:47 ` Albino B Neto
  0 siblings, 1 reply; 7+ messages in thread
From: Ville Skyttä @ 2015-11-07  9:44 UTC (permalink / raw)
  To: netdev

---
 man/man8/tc-bpf.8         | 2 +-
 man/man8/tipc-bearer.8    | 4 ++--
 man/man8/tipc-link.8      | 6 +++---
 man/man8/tipc-media.8     | 4 ++--
 man/man8/tipc-nametable.8 | 4 ++--
 man/man8/tipc-node.8      | 4 ++--
 man/man8/tipc-socket.8    | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8
index 2c02ab2..f5201d3 100644
--- a/man/man8/tc-bpf.8
+++ b/man/man8/tc-bpf.8
@@ -844,7 +844,7 @@ result in the default classid:
 Basically, such a minimal generator is equivalent to:
 
 .in +4n
-.B tcpdump -iem1 -ddd 'tcp[tcpflags] & tcp-syn != 0' | tr '\\n' ',' > /var/bpf/tcp-syn
+.B tcpdump -iem1 -ddd 'tcp[tcpflags] & tcp-syn != 0' | tr '\\\\n' ',' > /var/bpf/tcp-syn
 .in
 
 Since
diff --git a/man/man8/tipc-bearer.8 b/man/man8/tipc-bearer.8
index f59c39d..50a1ed2 100644
--- a/man/man8/tipc-bearer.8
+++ b/man/man8/tipc-bearer.8
@@ -1,7 +1,7 @@
 .TH TIPC-BEARER 8 "02 Jun 2015" "iproute2" "Linux"
 
-./ For consistency, please keep padding right aligned.
-./ For example '.B "foo " bar' and not '.B foo " bar"'
+.\" For consistency, please keep padding right aligned.
+.\" For example '.B "foo " bar' and not '.B foo " bar"'
 
 .SH NAME
 tipc-bearer \- show or modify TIPC bearers
diff --git a/man/man8/tipc-link.8 b/man/man8/tipc-link.8
index 899b882..3be8c9a 100644
--- a/man/man8/tipc-link.8
+++ b/man/man8/tipc-link.8
@@ -1,7 +1,7 @@
 .TH TIPC-LINK 8 "02 Jun 2015" "iproute2" "Linux"
 
-./ For consistency, please keep padding right aligned.
-./ For example '.B "foo " bar' and not '.B foo " bar"'
+.\" For consistency, please keep padding right aligned.
+.\" For example '.B "foo " bar' and not '.B foo " bar"'
 
 .SH NAME
 tipc-link \- show links or modify link properties
@@ -33,7 +33,7 @@ tipc-link \- show links or modify link properties
 .I LINK
 .RB "] | " "reset
 .BI "link " "LINK "
-.R }
+}
 
 .ti -8
 .B tipc link list
diff --git a/man/man8/tipc-media.8 b/man/man8/tipc-media.8
index 7f94efe..6c6e2b1 100644
--- a/man/man8/tipc-media.8
+++ b/man/man8/tipc-media.8
@@ -1,7 +1,7 @@
 .TH TIPC-MEDIA 8 "02 Jun 2015" "iproute2" "Linux"
 
-./ For consistency, please keep padding right aligned.
-./ For example '.B "foo " bar' and not '.B foo " bar"'
+.\" For consistency, please keep padding right aligned.
+.\" For example '.B "foo " bar' and not '.B foo " bar"'
 
 .SH NAME
 tipc-media \- list or modify media properties
diff --git a/man/man8/tipc-nametable.8 b/man/man8/tipc-nametable.8
index c8d573f..d3397f9 100644
--- a/man/man8/tipc-nametable.8
+++ b/man/man8/tipc-nametable.8
@@ -1,7 +1,7 @@
 .TH TIPC-NAMETABLE 8 "02 Jun 2015" "iproute2" "Linux"
 
-./ For consistency, please keep padding right aligned.
-./ For example '.B "foo " bar' and not '.B foo " bar"'
+.\" For consistency, please keep padding right aligned.
+.\" For example '.B "foo " bar' and not '.B foo " bar"'
 
 .SH NAME
 tipc-nametable \- show TIPC nametable
diff --git a/man/man8/tipc-node.8 b/man/man8/tipc-node.8
index 66418b3..ef32ec7 100644
--- a/man/man8/tipc-node.8
+++ b/man/man8/tipc-node.8
@@ -1,7 +1,7 @@
 .TH TIPC-NODE 8 "02 Jun 2015" "iproute2" "Linux"
 
-./ For consistency, please keep padding right aligned.
-./ For example '.B "foo " bar' and not '.B foo " bar"'
+.\" For consistency, please keep padding right aligned.
+.\" For example '.B "foo " bar' and not '.B foo " bar"'
 
 .SH NAME
 tipc-node \- modify and show local node parameters or list peer nodes
diff --git a/man/man8/tipc-socket.8 b/man/man8/tipc-socket.8
index af18e35..23ec1e5 100644
--- a/man/man8/tipc-socket.8
+++ b/man/man8/tipc-socket.8
@@ -1,7 +1,7 @@
 .TH TIPC-SOCKET 8 "02 Jun 2015" "iproute2" "Linux"
 
-./ For consistency, please keep padding right aligned.
-./ For example '.B "foo " bar' and not '.B foo " bar"'
+.\" For consistency, please keep padding right aligned.
+.\" For example '.B "foo " bar' and not '.B foo " bar"'
 
 .SH NAME
 tipc-socket \- show TIPC socket (port) information
-- 
2.4.3

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

* Re: [PATCH] man: Syntax and warning fixes
  2015-11-07  9:44 [PATCH] man: Syntax and warning fixes Ville Skyttä
@ 2015-11-07  9:47 ` Albino B Neto
  2015-11-07  9:55   ` Ville Skyttä
  0 siblings, 1 reply; 7+ messages in thread
From: Albino B Neto @ 2015-11-07  9:47 UTC (permalink / raw)
  To: Ville Skyttä; +Cc: netdev

2015-11-07 7:44 GMT-02:00 Ville Skyttä <ville.skytta@iki.fi>:
> ---
>  man/man8/tc-bpf.8         | 2 +-
>  man/man8/tipc-bearer.8    | 4 ++--
>  man/man8/tipc-link.8      | 6 +++---
>  man/man8/tipc-media.8     | 4 ++--
>  man/man8/tipc-nametable.8 | 4 ++--
>  man/man8/tipc-node.8      | 4 ++--
>  man/man8/tipc-socket.8    | 4 ++--
>  7 files changed, 14 insertions(+), 14 deletions(-)
>
> diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8
> index 2c02ab2..f5201d3 100644
> --- a/man/man8/tc-bpf.8
> +++ b/man/man8/tc-bpf.8
> @@ -844,7 +844,7 @@ result in the default classid:
>  Basically, such a minimal generator is equivalent to:

Signed-off-by and description ?


           Albino

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

* Re: [PATCH] man: Syntax and warning fixes
  2015-11-07  9:47 ` Albino B Neto
@ 2015-11-07  9:55   ` Ville Skyttä
  2015-11-07 16:40     ` David Ahern
  2015-11-09  9:40     ` Albino B Neto
  0 siblings, 2 replies; 7+ messages in thread
From: Ville Skyttä @ 2015-11-07  9:55 UTC (permalink / raw)
  To: Albino B Neto; +Cc: netdev

On Sat, Nov 7, 2015 at 11:47 AM, Albino B Neto <bino@bino.us> wrote:
> 2015-11-07 7:44 GMT-02:00 Ville Skyttä <ville.skytta@iki.fi>:
>> ---
>>  man/man8/tc-bpf.8         | 2 +-
>>  man/man8/tipc-bearer.8    | 4 ++--
>>  man/man8/tipc-link.8      | 6 +++---
>>  man/man8/tipc-media.8     | 4 ++--
>>  man/man8/tipc-nametable.8 | 4 ++--
>>  man/man8/tipc-node.8      | 4 ++--
>>  man/man8/tipc-socket.8    | 4 ++--
>>  7 files changed, 14 insertions(+), 14 deletions(-)
>>
>> diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8
>> index 2c02ab2..f5201d3 100644
>> --- a/man/man8/tc-bpf.8
>> +++ b/man/man8/tc-bpf.8
>> @@ -844,7 +844,7 @@ result in the default classid:
>>  Basically, such a minimal generator is equivalent to:
>
> Signed-off-by and description ?

Superseding patches sent separately. I suggest documenting the
requirement for Signed-off-by somewhere (README.devel?); git log shows
lots of commits without it, especially a bunch of man page related
ones about a week ago.

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

* Re: [PATCH] man: Syntax and warning fixes
  2015-11-07  9:55   ` Ville Skyttä
@ 2015-11-07 16:40     ` David Ahern
  2015-11-09  8:51       ` Daniel Borkmann
  2015-11-09  9:40     ` Albino B Neto
  1 sibling, 1 reply; 7+ messages in thread
From: David Ahern @ 2015-11-07 16:40 UTC (permalink / raw)
  To: Ville Skyttä, Albino B Neto; +Cc: netdev

On 11/7/15 2:55 AM, Ville Skyttä wrote:
> On Sat, Nov 7, 2015 at 11:47 AM, Albino B Neto <bino@bino.us> wrote:
>> 2015-11-07 7:44 GMT-02:00 Ville Skyttä <ville.skytta@iki.fi>:
>>> ---
>>>   man/man8/tc-bpf.8         | 2 +-
>>>   man/man8/tipc-bearer.8    | 4 ++--
>>>   man/man8/tipc-link.8      | 6 +++---
>>>   man/man8/tipc-media.8     | 4 ++--
>>>   man/man8/tipc-nametable.8 | 4 ++--
>>>   man/man8/tipc-node.8      | 4 ++--
>>>   man/man8/tipc-socket.8    | 4 ++--
>>>   7 files changed, 14 insertions(+), 14 deletions(-)
>>>
>>> diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8
>>> index 2c02ab2..f5201d3 100644
>>> --- a/man/man8/tc-bpf.8
>>> +++ b/man/man8/tc-bpf.8
>>> @@ -844,7 +844,7 @@ result in the default classid:
>>>   Basically, such a minimal generator is equivalent to:
>>
>> Signed-off-by and description ?
>
> Superseding patches sent separately. I suggest documenting the
> requirement for Signed-off-by somewhere (README.devel?); git log shows
> lots of commits without it, especially a bunch of man page related
> ones about a week ago.

I believe man page changes should cc linux-man@vger.kernel.org

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

* Re: [PATCH] man: Syntax and warning fixes
  2015-11-07 16:40     ` David Ahern
@ 2015-11-09  8:51       ` Daniel Borkmann
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Borkmann @ 2015-11-09  8:51 UTC (permalink / raw)
  To: David Ahern, Ville Skyttä, Albino B Neto; +Cc: netdev

On 11/07/2015 05:40 PM, David Ahern wrote:
> On 11/7/15 2:55 AM, Ville Skyttä wrote:
>> On Sat, Nov 7, 2015 at 11:47 AM, Albino B Neto <bino@bino.us> wrote:
>>> 2015-11-07 7:44 GMT-02:00 Ville Skyttä <ville.skytta@iki.fi>:
>>>> ---
>>>>   man/man8/tc-bpf.8         | 2 +-
>>>>   man/man8/tipc-bearer.8    | 4 ++--
>>>>   man/man8/tipc-link.8      | 6 +++---
>>>>   man/man8/tipc-media.8     | 4 ++--
>>>>   man/man8/tipc-nametable.8 | 4 ++--
>>>>   man/man8/tipc-node.8      | 4 ++--
>>>>   man/man8/tipc-socket.8    | 4 ++--
>>>>   7 files changed, 14 insertions(+), 14 deletions(-)
>>>>
>>>> diff --git a/man/man8/tc-bpf.8 b/man/man8/tc-bpf.8
>>>> index 2c02ab2..f5201d3 100644
>>>> --- a/man/man8/tc-bpf.8
>>>> +++ b/man/man8/tc-bpf.8
>>>> @@ -844,7 +844,7 @@ result in the default classid:
>>>>   Basically, such a minimal generator is equivalent to:
>>>
>>> Signed-off-by and description ?
>>
>> Superseding patches sent separately. I suggest documenting the
>> requirement for Signed-off-by somewhere (README.devel?); git log shows
>> lots of commits without it, especially a bunch of man page related
>> ones about a week ago.
>
> I believe man page changes should cc linux-man@vger.kernel.org

Not really needed, this is for iproute2, not man-pages project.

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

* Re: [PATCH] man: Syntax and warning fixes
  2015-11-07  9:55   ` Ville Skyttä
  2015-11-07 16:40     ` David Ahern
@ 2015-11-09  9:40     ` Albino B Neto
  2015-11-10  7:56       ` Ville Skyttä
  1 sibling, 1 reply; 7+ messages in thread
From: Albino B Neto @ 2015-11-09  9:40 UTC (permalink / raw)
  To: Ville Skyttä; +Cc: netdev

2015-11-07 7:55 GMT-02:00 Ville Skyttä <ville.skytta@iki.fi>:
>> Signed-off-by and description ?
>
> Superseding patches sent separately. I suggest documenting the
> requirement for Signed-off-by somewhere (README.devel?);

Please read the Documentation/SubmittingPatches.

    Albino

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

* Re: [PATCH] man: Syntax and warning fixes
  2015-11-09  9:40     ` Albino B Neto
@ 2015-11-10  7:56       ` Ville Skyttä
  0 siblings, 0 replies; 7+ messages in thread
From: Ville Skyttä @ 2015-11-10  7:56 UTC (permalink / raw)
  To: Albino B Neto; +Cc: netdev

On Mon, Nov 9, 2015 at 11:40 AM, Albino B Neto <bino@bino.us> wrote:
> 2015-11-07 7:55 GMT-02:00 Ville Skyttä <ville.skytta@iki.fi>:
>>> Signed-off-by and description ?
>>
>> Superseding patches sent separately. I suggest documenting the
>> requirement for Signed-off-by somewhere (README.devel?);
>
> Please read the Documentation/SubmittingPatches.

No such file in iproute2 git.

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

end of thread, other threads:[~2015-11-10  7:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-07  9:44 [PATCH] man: Syntax and warning fixes Ville Skyttä
2015-11-07  9:47 ` Albino B Neto
2015-11-07  9:55   ` Ville Skyttä
2015-11-07 16:40     ` David Ahern
2015-11-09  8:51       ` Daniel Borkmann
2015-11-09  9:40     ` Albino B Neto
2015-11-10  7:56       ` Ville Skyttä

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.