repo.or.cz
/
git
/
libgit-gsoc.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
7efeb8f
)
Revert "tweak manpage formatting"
author
Junio C Hamano
<
[email protected]
>
Fri, 10 Aug 2007 18:32:42 +0000
(10 11:32 -0700)
committer
Junio C Hamano
<
[email protected]
>
Fri, 10 Aug 2007 18:32:42 +0000
(10 11:32 -0700)
This reverts commit
524e5ffcf41a67ec113a9c3730ddc8fb8d3317f5
.
It is reported that this change breaks formatting with docbook
1.69.
Documentation/callouts.xsl
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/callouts.xsl
b/Documentation/callouts.xsl
index
7941af7
..
6a361a2
100644
(file)
--- 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>
</xsl:text>
- <xsl:text>
.ft C
.nf
</xsl:text>
- <xsl:apply-templates/>
- <xsl:text>
.fi
.ft
</xsl:text>
- <xsl:text>.RE
</xsl:text>
-</xsl:template>
-
</xsl:stylesheet>