]> granicus.if.org Git - postgresql/commitdiff
Show step titles in the pg_upgrade man page
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 17 Jul 2012 18:34:22 +0000 (21:34 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 17 Jul 2012 18:34:22 +0000 (21:34 +0300)
The upstream XSLT stylesheets missed that case.

found by Álvaro Herrera

doc/src/sgml/stylesheet-man.xsl

index f5c890ef609e589f79a850fd8ba02c529d976db5..66d6733899a3a04b7bd8dee3ecb7fb9e06e0a1f4 100644 (file)
   </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 -->