8000 Show step titles in the pg_upgrade man page · markokr/postgres@3d03c97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d03c97

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 82b7faa commit 3d03c97

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)
0