mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:53:31 +03:00
manpage: ensure a maximum width for the text version
... using the new script 'maxline' to which we specify the maximum number of columns we allow any single line to be, or it will cause an error. Starting out with a max width at 100 columns. Bonus: shorten the long line in the --ipfs-gateway section. Closes #14423
This commit is contained in:
parent
919394ee64
commit
badbd4eb46
4 changed files with 47 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl \
|
||||
mk-ca-bundle.pl schemetable.c cd2nroff nroff2cd cdall cd2cd managen \
|
||||
dmaketgz release-tools.sh verify-release
|
||||
dmaketgz release-tools.sh verify-release maxline
|
||||
|
||||
ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
|
||||
FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue