b51049fa592947dc7737d1ae9c30893c437dcb09
[lttng-tools.git] / doc / man / xsl / manpage.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <xsl:import href="manpage-callouts.xsl" />
3 <xsl:import href="manpage-bold-literal.xsl" />
4 <xsl:import href="manpage-links.xsl" />
5
6 <!-- disable end notes -->
7 <xsl:param name="man.endnotes.are.numbered">0</xsl:param>
8 </xsl:stylesheet>
This page took 0.02958 seconds and 3 git commands to generate.