Revert "tweak manpage formatting"

This reverts commit 524e5ffcf4.
It is reported that this change breaks formatting with docbook
1.69.
This commit is contained in:
Junio C Hamano 2007-08-10 11:32:42 -07:00
parent 7efeb8f098
commit 63c21c494f

View file

@ -27,17 +27,4 @@
</xsl:if>
</xsl:template>
<xsl:template match="literallayout[@class='monospaced']">
<xsl:text>.RS</xsl:text>
<xsl:if test="not($man.indent.width = '')">
<xsl:text> </xsl:text>
<xsl:value-of select="$man.indent.width"/>
</xsl:if>
<xsl:text>&#10;</xsl:text>
<xsl:text>&#10;.ft C&#10;.nf&#10;</xsl:text>
<xsl:apply-templates/>
<xsl:text>&#10;.fi&#10;.ft&#10;</xsl:text>
<xsl:text>.RE&#10;</xsl:text>
</xsl:template>
</xsl:stylesheet>