On Thu, Mar 25, 2021 at 3:50 AM Ben Pfaff <b...@ovn.org> wrote:
>
> This is just a typo introduced in a previous fix.  The typo shows up
> at the top of generated manpages.
>
> Signed-off-by: Ben Pfaff <b...@ovn.org>
> Fixes: 852316e8dc12 ("xml2nroff: Properly support <h4>.")

Acked-by: Numan Siddique <num...@ovn.org>

Thanks
Numan

> ---
>  build-aux/xml2nroff | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/build-aux/xml2nroff b/build-aux/xml2nroff
> index fc6de0dcbf19..9e781a396dac 100755
> --- a/build-aux/xml2nroff
> +++ b/build-aux/xml2nroff
> @@ -94,10 +94,10 @@ def manpage_to_nroff(xml_file, subst, include_path, 
> version=None):
>  .  PP
>  .  I "\\$1"
>  ..
> -build/''' % (build.nroff.text_to_nroff(program),
> -             build.nroff.text_to_nroff(section),
> -             build.nroff.text_to_nroff(title),
> -             build.nroff.text_to_nroff(version))
> +''' % (build.nroff.text_to_nroff(program),
> +       build.nroff.text_to_nroff(section),
> +       build.nroff.text_to_nroff(title),
> +       build.nroff.text_to_nroff(version))
>
>      s += build.nroff.block_xml_to_nroff(doc.childNodes) + "\n"
>
> --
> 2.29.2
>
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to