<xsl:with-param name="extra3" select="$refentry.metadata/manual"/>
</xsl:call-template>
<!-- * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+ <!-- * (re)define some macros -->
+ <!-- * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+ <xsl:call-template name="define.macros"/>
+ <!-- * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- * Set default hyphenation, justification, indentation, and -->
<!-- * line-breaking -->
<!-- * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- * (because funcdef is always followed by one open paren char) -->
<xsl:value-of select="string-length (normalize-space ($funcprototype.string.value)) + 1"/>
<xsl:text> </xsl:text>
+ <xsl:call-template name="verbatim-block-start"/>
<xsl:text>.</xsl:text>
<xsl:value-of select="$man.font.funcprototype"/>
<xsl:text> </xsl:text>
<xsl:apply-templates select="paramdef" mode="kr-paramdef-list"/>
<xsl:text>.RE </xsl:text>
</xsl:if>
+ <xsl:call-template name="verbatim-block-end"/>
</xsl:template>
<xsl:template match="funcdef">