severity 376378 minor severity 383495 minor merge 383495 376378 thanks In reply to Damián Viano (http://bugs.debian.org/376378): > The manpage.xml.ex template includes an author secction and a refentry > for the author wich produces 2 author sections in the final manpage. > > This patch removes the author refentry instance. It works for me, but YMMV. [snip]
You should not remove the authorgroup|author|editor|othercredit elements. Instead remove the separate "AUTHOR" section (implemented using a refsect1 element), as it is created automatically from the mentioned elements. The copyright and license information this section contains, should better be put into the copyright|legalnotice elements, which are also processed and a copyright and license section will be output too. Have a look at my proposal attached to bug #383495. In reply to myself (http://bugs.debian.org/383495): > I would like to request an update of the manpage.xml.ex example, dh_make > uses. After docbook-xsl 1.70.1 reached Debian Sid, the current example > will clash with the stylesheets: [snip] > IMHO the DocBook DTD can be raised to 4.4 too. I attached a sample > manpage.xml.ex, which improves the content and adds some more sections > samples, you can find in manpages (only sections also mentioned in the > Linux Man Page Howto). Have a look at it and tell me your opinion. I've > attached a sample manpage resulting from the example too. Seems I forgot it. Now it is attached too. I merged both reports, because they IMO belong together. Regards, Daniel