Git fork
at reftables-rust 14 lines 442 B view raw
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" 4 version="1.0"> 5 6 7<!-- these params silence some output from xmlto --> 8<xsl:param name="man.output.quietly" select="1"/> 9<xsl:param name="refentry.meta.get.quietly" select="1"/> 10 11<!-- unset maximum length of title --> 12<xsl:param name="man.th.title.max.length"/> 13 14</xsl:stylesheet>