mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
docs-xml:manpages: allow for longer version strings
The default value (30) truncates "Samba 4.21.0pre1-DEVELOPERBUILD" to "Samba 4.21.0pre1-DEVELOPE" in the bottom left corner of the man page. ("Samba 4.21.0pre1-DEVELOPE" is only 25 bytes long, not 30, but let's not worry about that). On narrow terminals (< ~75 columns) this makes it more likely that the version string will run into the date string. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15672 Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Jo Sutton <josutton@catalyst.net.nz> (cherry picked from commit 7fb38aee129789cce28ddf54bd7234f8c5f57d97)
This commit is contained in:
parent
63c8ed2a38
commit
bd365f688d
@ -11,6 +11,9 @@
|
||||
<xsl:param name="use.id.as.filename" select="1"/>
|
||||
<xsl:param name="man.endnotes.are.numbered" select="0"/>
|
||||
|
||||
<!-- make room for long version numbers -->
|
||||
<xsl:param name="man.th.extra2.max.length">40</xsl:param>
|
||||
|
||||
<!--
|
||||
Our ulink stylesheet omits @url part if content was specified
|
||||
-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user