On Wed, 14 Apr 2021 13:40:20 -0700 Ben Pfaff <[email protected]> wrote: > The action headings were coming out all smashed together, like > "Theoutputaction". This fixes them so that they appear correctly, like > "The output action". > > The previous code stripped starting and ending spaces on a per-node > basis, so that "The ", "<code>output</code>", and " action" each got > stripped down to "The", "output", "action" after processing. This > commit changes it so that stripping happens after concatenation, fixing > the problem. > > Signed-off-by: Ben Pfaff <[email protected]> > --- > python/build/nroff.py | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-)
Patch applied, manpages rebuilt and did "man -l lib/ovs-actions.7" Acked-By: Timothy Redaelli <[email protected]> Tested-By: Timothy Redaelli <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
