Skip to content

Commit 7969145

Browse files
committed
Allow for more room in the man page title, so that
"CREATE TEXT SEARCH CONFIGURATION" is not truncated.
1 parent cf2575b commit 7969145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/stylesheet-man.xsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<xsl:param name="man.output.base.dir"></xsl:param>
2929
<xsl:param name="man.output.in.separate.dir" select="1"></xsl:param>
3030
<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" -->
3132
<xsl:param name="man.th.extra3.max.length">40</xsl:param> <!-- enough room for "PostgreSQL X.Ydevel Documentation" -->
3233
<xsl:param name="refentry.xref.manvolnum" select="1"/> <!-- overridden from stylesheet-common.xsl -->
3334

0 commit comments

Comments
 (0)