0001 <!-- manpage-normal.xsl:
0002 special settings for manpages rendered from asciidoc+docbook
0003 handles anything we want to keep away from docbook-xsl 1.72.0 -->
0004 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
0005 version="1.0">
0006
0007 <xsl:import href="manpage-base.xsl"/>
0008
0009 <!-- these are the normal values for the roff control characters -->
0010 <xsl:param name="git.docbook.backslash">\</xsl:param>
0011 <xsl:param name="git.docbook.dot" >.</xsl:param>
0012
0013 </xsl:stylesheet>