On Fri, Apr 16, 2021 at 12:41:13PM +0200, Timothy Redaelli wrote: > On Wed, 14 Apr 2021 13:40:20 -0700 > Ben Pfaff <b...@ovn.org> 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 <b...@ovn.org> > > --- > > 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 <tredae...@redhat.com> > Tested-By: Timothy Redaelli <tredae...@redhat.com>
Thanks, applied to master. _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev