01363986f2c59042794161e7539d234fac457415
[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-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.028734 seconds and 3 git commands to generate.