(changed from real dot to internal U+2302 representation).
<!-- * output of all segmentedlist content -->
<xsl:text>l</xsl:text>
</xsl:for-each>
- <xsl:text>. </xsl:text>
+ <!-- * last line of table format section must end with a dot -->
+ <xsl:text>⌂ </xsl:text>
<!-- * optionally suppress output of segtitle -->
<xsl:choose>
<xsl:when test="$man.segtitle.suppress != 0">
<xsl:param name="cells"/>
<xsl:apply-templates mode="table.format" select="$cells"/>
<!-- * last line of table format section must end with a dot -->
- <xsl:text>.</xsl:text>
+ <!-- * we use U+2302 internally to mark dots, and replace them -->
+ <!-- * with real dots before serializing to output -->
+ <xsl:text>⌂</xsl:text>
</xsl:template>
<xsl:template match="cell" mode="table.format">