Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d6ce58c

Browse files
committed
Show step titles in the pg_upgrade man page
The upstream XSLT stylesheets missed that case. found by Álvaro Herrera
1 parent 6555899 commit d6ce58c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/src/sgml/stylesheet-man.xsl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,13 @@
173173
</xsl:template>
174174

175175

176+
<!-- https://sourceforge.net/tracker/?func=detail&aid=3545150&group_id=21935&atid=373747 -->
177+
<xsl:template match="step/title">
178+
<xsl:apply-templates/>
179+
<xsl:text>: </xsl:text>
180+
</xsl:template>
181+
182+
176183
<!-- Gentext customization -->
177184

178185
<!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html -->

0 commit comments

Comments
 (0)