1 <!-- manpage-normal.xsl:
2 special settings for manpages rendered from asciidoc+docbook -->
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 <xsl:import href="manpage-base.xsl"/>
8 <!-- these are the normal values for the roff control characters -->
9 <xsl:param name="git.docbook.backslash">\</xsl:param>
10 <xsl:param name="git.docbook.dot" >.</xsl:param>