Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2575b commit 7969145Copy full SHA for 7969145
doc/src/sgml/stylesheet-man.xsl
@@ -28,6 +28,7 @@
28
<xsl:param name="man.output.base.dir"></xsl:param>
29
<xsl:param name="man.output.in.separate.dir" select="1"></xsl:param>
30
<xsl:param name="refentry.meta.get.quietly" select="0"></xsl:param>
31
+<xsl:param name="man.th.title.max.length">32</xsl:param> <!-- enough room for "CREATE TEXT SEARCH CONFIGURATION" -->
32
<xsl:param name="man.th.extra3.max.length">40</xsl:param> <!-- enough room for "PostgreSQL X.Ydevel Documentation" -->
33
<xsl:param name="refentry.xref.manvolnum" select="1"/> <!-- overridden from stylesheet-common.xsl -->
34
0 commit comments