<!-- ==================================================================== -->
-<xsl:template match="funcsynopsisinfo">
- <xsl:text> </xsl:text>
- <xsl:apply-templates/>
- <xsl:text> </xsl:text>
- <xsl:text>.sp </xsl:text>
-</xsl:template>
-
<!-- * Within funcsynopis output, disable hyphenation, and use -->
<!-- * left-aligned filling for the duration of the synopsis, so that -->
<!-- * line breaks only occur between separate paramdefs. -->
<!-- * that document functions, and there's no good reason for us to -->
<!-- * be following it. -->
+<xsl:template match="funcsynopsisinfo">
+ <xsl:text>.PP </xsl:text>
+ <xsl:apply-templates mode="bold" select="."/>
+ <xsl:text> </xsl:text>
+</xsl:template>
+
<xsl:template match="funcprototype">
<xsl:variable name="funcprototype.string.value">
<xsl:value-of select="funcdef"/>