doc/man: use double quotes when referring to internal section
[lttng-tools.git] / doc / man / manpage.xsl
index b8f7268486a53fa340c4c3810918e92e75484338..67dff76513b2529cfc4104cb692f59257fca9db7 100644 (file)
@@ -22,9 +22,6 @@
     <xsl:template match="*[local-name() = 'ulink']">
         <xsl:apply-templates/><xsl:text> &lt;</xsl:text><xsl:value-of select="@url"/><xsl:text>&gt;</xsl:text>
     </xsl:template>
-    <xsl:template match="*[local-name() = 'link']">
-        <xsl:text>\fI</xsl:text><xsl:apply-templates/><xsl:text>\fR</xsl:text>
-    </xsl:template>
 
     <!-- Literal -->
     <xsl:template match="*[local-name() = 'literal']">
This page took 0.023139 seconds and 4 git commands to generate.