50db18966ea17d5f6059511f9e8cf02526fd0f30
[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-base.xsl" />
3 <xsl:import href="manpage-bold-literal.xsl" />
4 <xsl:import href="manpage-ulinks.xsl" />
5
6 <!-- disable end notes -->
7 <xsl:param name="man.endnotes.are.numbered">0</xsl:param>
8 </xsl:stylesheet>
This page took 0.028724 seconds and 3 git commands to generate.