Skip to content

Commit 40a5d2b

Browse files
committed
Merge branch 'fc/doc-man-lift-title-length-limit'
The titles of manual pages used to be chomped at an unreasonably short limit, which has been removed. * fc/doc-man-lift-title-length-limit: doc: manpage: remove maximum title length
2 parents 8d6d952 + d832f2a commit 40a5d2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/manpage-normal.xsl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
<xsl:param name="man.output.quietly" select="1"/>
99
<xsl:param name="refentry.meta.get.quietly" select="1"/>
1010

11+
<!-- unset maximum length of title -->
12+
<xsl:param name="man.th.title.max.length"/>
13+
1114
</xsl:stylesheet>

0 commit comments

Comments
 (0)