File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 3838<xsl : param name =" refentry.xref.manvolnum" select =" 0" />
3939<xsl : param name =" formal.procedures" select =" 0" ></xsl : param >
4040<xsl : param name =" punct.honorific" select =" ''" ></xsl : param >
41+ <xsl : param name =" variablelist.term.break.after" >1</xsl : param >
42+ <xsl : param name =" variablelist.term.separator" ></xsl : param >
4143
4244
4345<!-- Change display of some elements -->
Original file line number Diff line number Diff line change 3636 <xsl : call-template name =" inline.monoseq" />
3737</xsl : template >
3838
39- <!--
40- Format multiple terms in varlistentry vertically, instead
41- of comma-separated.
42- -->
43-
44- <xsl : template match =" varlistentry/term[position()!=last()]" >
45- <span class =" term" >
46- <xsl : call-template name =" anchor" />
47- <xsl : apply-templates />
48- </span ><br />
49- </xsl : template >
50-
5139
5240<!-- table of contents configuration -->
5341
You can’t perform that action at this time.
0 commit comments