mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Show step titles in the pg_upgrade man page
The upstream XSLT stylesheets missed that case. found by Álvaro Herrera
This commit is contained in:
parent
82b7faa3b2
commit
3d03c97a45
@ -173,6 +173,13 @@
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- https://sourceforge.net/tracker/?func=detail&aid=3545150&group_id=21935&atid=373747 -->
|
||||
<xsl:template match="step/title">
|
||||
<xsl:apply-templates/>
|
||||
<xsl:text>: </xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- Gentext customization -->
|
||||
|
||||
<!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user