On 16.06.2017 18:19, Kevin Wolf wrote: > Am 22.05.2017 um 22:53 hat Thomas Huth geschrieben: >> The qemu-ga description is currently a subsection of the Disk Images >> chapter - which does not make much sense since the qemu-ga is not >> directly related to disk images. So let's move this information >> into a separate chapter instead. >> >> Signed-off-by: Thomas Huth <th...@redhat.com> > > This patch messed up the start of the manpage (qemu.1). > > It refers to "qemu-ga - QEMU Guest Agent" now and the synopsis section > includes the description of a part of the targets as well as some > literal texinfo code.
I just had a look at it, and the qemu-ga patch just triggered another problem in qemu-doc.texi to become more obvious: There were some sections opened with "@c man begin OPTIONS" but never closed again. After closing them properly, the man page looks right again (and the badly marked sections now also show up in the man page correctly). I just sent a patch. Maybe we should also add some logic to scripts/texi2pod.pl that emits a warning when a "@c man" section is not closed properly? (Someone with the right Perl-foo around here?) Thomas