0001 <!-- manpage-1.72.xsl:
0002 special settings for manpages rendered from asciidoc+docbook
0003 handles peculiarities in 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 special values for the roff control characters
0010 needed for docbook-xsl 1.72.0 -->
0011 <xsl:param name="git.docbook.backslash">▓</xsl:param>
0012 <xsl:param name="git.docbook.dot" >⌂</xsl:param>
0013
0014 </xsl:stylesheet>