Re: [PATCH] man: Syntax and warning fixes

2015-11-09 Thread Ville Skyttä
On Mon, Nov 9, 2015 at 11:40 AM, Albino B Neto  wrote:
> 2015-11-07 7:55 GMT-02:00 Ville Skyttä :
>>> 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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] man: Syntax and warning fixes

2015-11-09 Thread Daniel Borkmann

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  wrote:

2015-11-07 7:44 GMT-02:00 Ville Skyttä :

---
  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-...@vger.kernel.org


Not really needed, this is for iproute2, not man-pages project.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] man: Syntax and warning fixes

2015-11-09 Thread Albino B Neto
2015-11-07 7:55 GMT-02:00 Ville Skyttä :
>> 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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] man: Syntax and warning fixes

2015-11-07 Thread Ville Skyttä
---
 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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] man: Syntax and warning fixes

2015-11-07 Thread Ville Skyttä
On Sat, Nov 7, 2015 at 11:47 AM, Albino B Neto  wrote:
> 2015-11-07 7:44 GMT-02:00 Ville Skyttä :
>> ---
>>  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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] man: Syntax and warning fixes

2015-11-07 Thread Albino B Neto
2015-11-07 7:44 GMT-02:00 Ville Skyttä :
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] man: Syntax and warning fixes

2015-11-07 Thread David Ahern

On 11/7/15 2:55 AM, Ville Skyttä wrote:

On Sat, Nov 7, 2015 at 11:47 AM, Albino B Neto  wrote:

2015-11-07 7:44 GMT-02:00 Ville Skyttä :

---
  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-...@vger.kernel.org

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html