diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/stylesheet-common.xsl | 2 | ||||
-rw-r--r-- | doc/src/sgml/stylesheet.xsl | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl index d0e0f19c136..8486cfb1bbd 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 --> diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl index db3f72aac11..9dd4da6c7fd 100644 --- a/doc/src/sgml/stylesheet.xsl +++ b/doc/src/sgml/stylesheet.xsl @@ -36,18 +36,6 @@ <xsl:call-template name="inline.monoseq"/> </xsl:template> -<!-- - Format multiple terms in varlistentry vertically, instead - of comma-separated. - --> - -<xsl:template match="varlistentry/term[position()!=last()]"> - <span class="term"> - <xsl:call-template name="anchor"/> - <xsl:apply-templates/> - </span><br/> -</xsl:template> - <!-- table of contents configuration --> |