mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
build-aux/extract-ofp-fields: Fix the number of Summary columns.
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.") Acked-by: Simon Horman <horms@ovn.org> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
parent
8b4265c111
commit
4d74e23073
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user