$man.break.after.slash = 0">
<xsl:call-template name="suppress.hyphenation"/>
</xsl:if>
+ <!-- * part of the old man(7) man page, now man-pages(7), says, -->
+ <!-- * "Filenames (whether pathnames, or references to files in the -->
+ <!-- * /usr/include directory) are always in italics". But that's dumb, -->
+ <!-- * and looks like crap in PS/printed/PDF output, and there's no -->
+ <!-- * sound rationale for it, so we don't do it. -->
<xsl:call-template name="inline.monoseq"/>
</xsl:template>
<xsl:apply-templates select="." mode="synopfragment.number"/>
</xsl:variable>
<xsl:text> </xsl:text>
- If we have a group of Synopfragments, we only want to output a
- line of space before the first; so when we find a Synopfragment
- whose first preceding sibling is another Synopfragment, we back
- use the pinch-together template to close up the line of space
- that would otherwise be generated by the .HP macro
+ <!-- * If we have a group of Synopfragments, we only want to output a -->
+ <!-- * line of space before the first; so when we find a Synopfragment -->
+ <!-- * whose first preceding sibling is another Synopfragment, we back -->
+ <!-- * use the pinch-together template to close up the line of space -->
+ <!-- * that would otherwise be generated by the .HP macro -->
<xsl:if test="preceding-sibling::*[1][self::synopfragment]">
<xsl:call-template name="pinch.together"/>
</xsl:if>
<!-- * Note about boldface in funcprototype output -->
<!-- * ***************************************************************** -->
<!-- * All funcprototype content is by default rendered in bold, -->
-<!-- * because the man(7) man page says this: -->
+<!-- * because the old man(7) man page, now man-pages(7) says this: -->
<!-- * -->
<!-- * For functions, the arguments are always specified using -->
<!-- * italics, even in the SYNOPSIS section, where the rest of -->