2009-03-27 06:43:59 +00:00
|
|
|
<!-- manpage-normal.xsl:
|
2020-03-29 13:18:07 +00:00
|
|
|
special settings for manpages rendered from asciidoc+docbook -->
|
2009-03-27 06:43:59 +00:00
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
version="1.0">
|
|
|
|
|
|
|
|
|
2020-03-29 13:18:09 +00:00
|
|
|
<!-- these params silence some output from xmlto -->
|
|
|
|
<xsl:param name="man.output.quietly" select="1"/>
|
|
|
|
<xsl:param name="refentry.meta.get.quietly" select="1"/>
|
|
|
|
|
2023-05-03 17:16:58 +00:00
|
|
|
<!-- unset maximum length of title -->
|
|
|
|
<xsl:param name="man.th.title.max.length"/>
|
|
|
|
|
2006-04-28 13:15:06 +00:00
|
|
|
</xsl:stylesheet>
|