summaryrefslogtreecommitdiff
path: root/doc/src/sgml/stylesheet.xsl
diff options
context:
space:
mode:
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.