diff options
Diffstat (limited to 'doc/src/sgml/stylesheet-common.xsl')
-rw-r--r-- | doc/src/sgml/stylesheet-common.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index d0e0f19c13..8486cfb1bb 100644 --- a/doc/src/sgml/stylesheet-common.xsl +++ b/doc/src/sgml/stylesheet-common.xsl @@ -38,6 +38,8 @@ <xsl:param name="refentry.xref.manvolnum" select="0"/> <xsl:param name="formal.procedures" select="0"></xsl:param> <xsl:param name="punct.honorific" select="''"></xsl:param> +<xsl:param name="variablelist.term.break.after">1</xsl:param> +<xsl:param name="variablelist.term.separator"></xsl:param> <!-- Change display of some elements --> |