\" t
purpose is to explicitly tell AT&T troff that the page needs to be
pre-processed through tbl(1); groff can figure it out
automatically, but apparently AT&T troff needs to be explicitly told
<!-- * Assemble the various parts into a complete page, then store into -->
<!-- * $manpage.contents so that we can manipluate them further. -->
<xsl:variable name="manpage.contents">
+ <!-- * preprocessor invocation (need for legacy AT&T troff use) -->
+ <!-- * this tells troff to pre-process the page through tbl(1) -->
+ <!-- * (groff can figure it out automatically, but AT&T troff can't) -->
+ <xsl:text>'\" t </xsl:text>
<!-- * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- * top.comment = commented-out section at top of roff source -->
<!-- * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->