Fix: Expand the shmobj size for the sequence number
[lttng-ust.git] / doc / man / xsl / manpage-bold-literal.xsl
CommitLineData
4ddbd0b7
PP
1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <!-- this template makes the literal elements bold -->
3 <xsl:template match="literal">
4 <xsl:text>\fB</xsl:text>
5 <xsl:value-of select="." />
6 <xsl:text>\fR</xsl:text>
7 </xsl:template>
8</xsl:stylesheet>
This page took 0.02366 seconds and 4 git commands to generate.