Skip to content

Commit

Permalink
xml2nroff: Fix the support for h4.
Browse files Browse the repository at this point in the history
Half of the man page generated from ovn-architecture.7.xml is truncated
after the line:

<h4> Physical VLAN MTU Issues</h4>

It is because of the synctax problem of the definition of .SU in xml2nroff,
which is used by h4.

Fixes: 852316e ("xml2nroff: Properly support <h4>.")
Acked-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Han Zhou <hzhou@ovn.org>
  • Loading branch information
hzhou8 committed May 7, 2020
1 parent 1b03087 commit 502ab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/xml2nroff
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def manpage_to_nroff(xml_file, subst, include_path, version=None):
..
.de SU
. PP
. I "\\\\$1"
. I "\\$1"
..
build/''' % (build.nroff.text_to_nroff(program),
build.nroff.text_to_nroff(section),
Expand Down

0 comments on commit 502ab20

Please sign in to comment.