]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Allow for more room in the man page title, so that
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 3 Apr 2010 07:16:05 +0000 (07:16 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 3 Apr 2010 07:16:05 +0000 (07:16 +0000)
"CREATE TEXT SEARCH CONFIGURATION" is not truncated.

doc/src/sgml/stylesheet-man.xsl

index 888f9d416c7df67e1169a4750772a43ec1562886..81e875614a8763595d4a121d3d3c8eef3f645989 100644 (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 -->