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

Ben Pfaff blp at ovn.org
Thu Jan 26 04:31:13 UTC 2017


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 <diproiettod at ovn.org>
Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 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



More information about the dev mailing list