Content-Length: 268017 | pFad | http://github.com/postgrespro/postgres_cluster/commit/7482fc4600ee97f8b2570e87b8c216a83b918065

30 doc: Supply XSLT template for superscript element in man pages · postgrespro/postgres_cluster@7482fc4 · GitHub
Skip to content

Commit 7482fc4

Browse files
committed
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.
1 parent f36ca9a commit 7482fc4

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
@@ -40,6 +40,13 @@
4040
</xsl:template>
4141

4242

43+
<!-- Make superscripts visible in man pages (default is no decoration) -->
44+
<xsl:template match="superscript">
45+
<xsl:text>^</xsl:text>
46+
<xsl:apply-templates/>
47+
</xsl:template>
48+
49+
4350
<xsl:template match="refentry" mode="xref-to">
4451
<xsl:param name="referrer"/>
4552
<xsl:param name="xrefstyle"/>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/7482fc4600ee97f8b2570e87b8c216a83b918065

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy