Fix: Expand the shmobj size for the sequence number
[lttng-ust.git] / doc / man / xsl / manpage-headings.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <!-- this template cancels the style of literal elements in title elements -->
3 <xsl:template match="title/literal">
4 <xsl:value-of select="."/>
5 </xsl:template>
6 </xsl:stylesheet>
This page took 0.029215 seconds and 4 git commands to generate.