Re: [ovs-dev] [PATCH] extract-ofp-fields: Define .TQ directive in nroff output.

2017-01-25 Thread Ben Pfaff
On Wed, Jan 25, 2017 at 11:10:19PM -0800, Daniele Di Proietto wrote:
> 2017-01-25 20:31 GMT-08:00 Ben Pfaff :
> > This missing directive caused groff warnings and probably some erroneous
> > output too.
> >
> > Fixes: 96fee5e0a2a0 ("ovs-fields: New manpage to document Open vSwitch and 
> > OpenFlow fields.")
> > Reported-by: Daniele Di Proietto 
> > Signed-off-by: Ben Pfaff 
> 
> Acked-by: Daniele Di Proietto 

Thanks, applied to master and branch-2.7.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH] extract-ofp-fields: Define .TQ directive in nroff output.

2017-01-25 Thread Daniele Di Proietto
2017-01-25 20:31 GMT-08:00 Ben Pfaff :
> This missing directive caused groff warnings and probably some erroneous
> output too.
>
> Fixes: 96fee5e0a2a0 ("ovs-fields: New manpage to document Open vSwitch and 
> OpenFlow fields.")
> Reported-by: Daniele Di Proietto 
> Signed-off-by: Ben Pfaff 

Acked-by: Daniele Di Proietto 

> ---
>  build-aux/extract-ofp-fields | 6 ++
>  1 file changed, 6 insertions(+)
>
> diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields
> index 4c92246..333d90e 100755
> --- a/build-aux/extract-ofp-fields
> +++ b/build-aux/extract-ofp-fields
> @@ -714,6 +714,12 @@ def make_ovs_fields(meta_flow_h, meta_flow_xml):
>  .  ns
>  .  IP "$1"
>  ..
> +
> +.de TQ
> +.  br
> +.  ns
> +.  TP "$1"
> +..
>  .de URL
>  $2 \\(laURL: $1 \\(ra$3
>  ..
> --
> 2.10.2
>
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] extract-ofp-fields: Define .TQ directive in nroff output.

2017-01-25 Thread Ben Pfaff
This missing directive caused groff warnings and probably some erroneous
output too.

Fixes: 96fee5e0a2a0 ("ovs-fields: New manpage to document Open vSwitch and 
OpenFlow fields.")
Reported-by: Daniele Di Proietto 
Signed-off-by: Ben Pfaff 
---
 build-aux/extract-ofp-fields | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields
index 4c92246..333d90e 100755
--- a/build-aux/extract-ofp-fields
+++ b/build-aux/extract-ofp-fields
@@ -714,6 +714,12 @@ def make_ovs_fields(meta_flow_h, meta_flow_xml):
 .  ns
 .  IP "$1"
 ..
+
+.de TQ
+.  br
+.  ns
+.  TP "$1"
+..
 .de URL
 $2 \\(laURL: $1 \\(ra$3
 ..
-- 
2.10.2

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev