mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
doc: Supply XSLT template for superscript element in man pages
The default is no decoration, which looks confusing, for example on the CREATE SEQUENCE man page.
This commit is contained in:
parent
f36ca9af05
commit
7482fc4600
@ -40,6 +40,13 @@
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- Make superscripts visible in man pages (default is no decoration) -->
|
||||
<xsl:template match="superscript">
|
||||
<xsl:text>^</xsl:text>
|
||||
<xsl:apply-templates/>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<xsl:template match="refentry" mode="xref-to">
|
||||
<xsl:param name="referrer"/>
|
||||
<xsl:param name="xrefstyle"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user