projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6555899
)
Show step titles in the pg_upgrade man page
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 17 Jul 2012 18:34:22 +0000
(21:34 +0300)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/doc/src/sgml/stylesheet-man.xsl
b/doc/src/sgml/stylesheet-man.xsl
index f5c890ef609e589f79a850fd8ba02c529d976db5..66d6733899a3a04b7bd8dee3ecb7fb9e06e0a1f4 100644
(file)
--- a/
doc/src/sgml/stylesheet-man.xsl
+++ b/
doc/src/sgml/stylesheet-man.xsl
@@
-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 -->