Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-08-10 22:32:42 +0400
committerJunio C Hamano <gitster@pobox.com>2007-08-10 22:32:42 +0400
commit63c21c494fc91eda339d06b3a466c4241afffc81 (patch)
treebf26308b03fac75084bfb20315fcf808c2f925f6 /Documentation
parent7efeb8f09866ddd09485c0e6f371a6cbba3d2a0a (diff)
Revert "tweak manpage formatting"
This reverts commit 524e5ffcf41a67ec113a9c3730ddc8fb8d3317f5. It is reported that this change breaks formatting with docbook 1.69.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/callouts.xsl13
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/callouts.xsl b/Documentation/callouts.xsl
index 7941af7878..6a361a2136 100644
--- a/Documentation/callouts.xsl
+++ b/Documentation/callouts.xsl
@@ -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>