summaryrefslogtreecommitdiff
path: root/manpages/lists.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/lists.xsl')
-rw-r--r--manpages/lists.xsl13
1 files changed, 12 insertions, 1 deletions
diff --git a/manpages/lists.xsl b/manpages/lists.xsl
index dd90174..d5ee7a8 100644
--- a/manpages/lists.xsl
+++ b/manpages/lists.xsl
@@ -3,7 +3,7 @@
version='1.0'>
<!-- ********************************************************************
- $Id: lists.xsl 8530 2009-11-02 02:38:47Z dleidert $
+ $Id: lists.xsl 9684 2012-12-12 17:05:54Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -52,6 +52,7 @@
</xsl:template>
<xsl:template match="variablelist|glosslist">
+ <xsl:text>&#10;</xsl:text>
<xsl:if test="title">
<xsl:text>.PP&#10;</xsl:text>
<xsl:call-template name="bold">
@@ -177,6 +178,16 @@
<xsl:text>.RE&#10;</xsl:text>
</xsl:template>
+<xsl:template match="orderedlist/listitem/title|
+ procedure/step/title">
+ <xsl:call-template name="bold">
+ <xsl:with-param name="node" select="."/>
+ <xsl:with-param name="context" select=".."/>
+ </xsl:call-template>
+ <xsl:text>&#10;</xsl:text>
+ <xsl:text>.PP&#10;</xsl:text>
+</xsl:template>
+
<xsl:template match="orderedlist/listitem|procedure/step">
<xsl:text>&#10;</xsl:text>
<xsl:text>.sp</xsl:text>