summaryrefslogtreecommitdiff
path: root/doc/src/sgml/stylesheet.xsl
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-04-30 21:12:28 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-04-30 21:18:03 +0300
commit61c84b47619c11e74089cb3160813a4b3c98e6d7 (patch)
treece9e1adfd1ab7c5a0284285aceb428e60b74ac42 /doc/src/sgml/stylesheet.xsl
parent809e7e21af8cd24855f1802524a13bbaa823f929 (diff)
Fix display of <command> elements on man pages
We had changed this from the default bold to monospace for all output formats, but for man pages, this creates visual inconsistencies, so revert to the default for man pages.
Diffstat (limited to 'doc/src/sgml/stylesheet.xsl')
-rw-r--r--doc/src/sgml/stylesheet.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl
index 19cb5b0f649..72dcd2c986c 100644
--- a/doc/src/sgml/stylesheet.xsl
+++ b/doc/src/sgml/stylesheet.xsl
@@ -20,6 +20,12 @@
<xsl:param name="chunk.quietly" select="1"></xsl:param>
+<!-- Change display of some elements -->
+
+<xsl:template match="command">
+ <xsl:call-template name="inline.monoseq"/>
+</xsl:template>
+
<!--
Format multiple terms in varlistentry vertically, instead
of comma-separated.