The table has only 6 columns, not 7. This doesn't really affect
rendering. Only slightly affects calculations around how much space
the table needs.
Fixes: 96fee5e0a2a0 ("ovs-fields: New manpage to document Open vSwitch and
OpenFlow fields.")
Signed-off-by: Ilya Maximets <[email protected]>
---
build-aux/extract-ofp-fields | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields
index 89d80c208..2657d9249 100755
--- a/build-aux/extract-ofp-fields
+++ b/build-aux/extract-ofp-fields
@@ -318,7 +318,7 @@ def group_xml_to_nroff(group_node, fields):
'.SS "Summary:"\n',
".TS\n",
"tab(;),nowarn;\n",
- "l l l l l l l.\n",
+ "l l l l l l.\n",
"Name;Bytes;Mask;RW?;Prereqs;NXM/OXM Support\n",
r"\_;\_;\_;\_;\_;\_",
"\n",
--
2.41.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev