Skip to content

Commit

Permalink
build-aux/extract-ofp-fields: Fix the number of Summary columns.
Browse files Browse the repository at this point in the history
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: 96fee5e ("ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.")
Acked-by: Simon Horman <[email protected]>
Signed-off-by: Ilya Maximets <[email protected]>
  • Loading branch information
igsilya committed Nov 14, 2023
1 parent 8b4265c commit 4d74e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/extract-ofp-fields
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d74e23

Please sign in to comment.