From: Douglas Bagnall Date: Thu, 20 Jun 2024 23:29:36 +0000 (+1200) Subject: docs-xml:manpages: allow for longer version strings X-Git-Tag: samba-4.19.8~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd365f688dbef2f295f27c2cf78bb7050bff590c;p=thirdparty%2Fsamba.git 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 Reviewed-by: Jo Sutton (cherry picked from commit 7fb38aee129789cce28ddf54bd7234f8c5f57d97) --- diff --git a/docs-xml/xslt/man.xsl b/docs-xml/xslt/man.xsl index e252b56d5e5..a1870079ba6 100644 --- a/docs-xml/xslt/man.xsl +++ b/docs-xml/xslt/man.xsl @@ -11,6 +11,9 @@ + +40 +