2c593c46bb071b54dce219373a396ce104b55b18
[lttng-ust.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 <xsl:import href="manpage-headings.xsl" />
6
7 <!-- disable end notes -->
8 <xsl:param name="man.endnotes.are.numbered">0</xsl:param>
9 </xsl:stylesheet>
This page took 0.028975 seconds and 3 git commands to generate.