Fix: assert() on null index_file in lttng_index_file_write()
[lttng-tools.git] / doc / man / xsl / manpage-bold-literal.xsl
CommitLineData
b1cb4eb6
PP
1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <xsl:template match="literal">
3 <xsl:text>\fB</xsl:text>
4 <xsl:value-of select="." />
5 <xsl:text>\fR</xsl:text>
6 </xsl:template>
7</xsl:stylesheet>
This page took 0.047331 seconds and 5 git commands to generate.