Allow for more room in the man page title, so that

"CREATE TEXT SEARCH CONFIGURATION" is not truncated.
This commit is contained in:
Peter Eisentraut 2010-04-03 07:16:05 +00:00
parent cf2575b8c4
commit 7969145483

View File

@ -28,6 +28,7 @@
<xsl:param name="man.output.base.dir"></xsl:param>
<xsl:param name="man.output.in.separate.dir" select="1"></xsl:param>
<xsl:param name="refentry.meta.get.quietly" select="0"></xsl:param>
<xsl:param name="man.th.title.max.length">32</xsl:param> <!-- enough room for "CREATE TEXT SEARCH CONFIGURATION" -->
<xsl:param name="man.th.extra3.max.length">40</xsl:param> <!-- enough room for "PostgreSQL X.Ydevel Documentation" -->
<xsl:param name="refentry.xref.manvolnum" select="1"/> <!-- overridden from stylesheet-common.xsl -->