Fix: test_benchmark: do not match "CPU(s) scaling MHz:"
[lttng-ust.git] / xsl / manpage-bold-literal.xsl
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.029091 seconds and 4 git commands to generate.