Gandi / gandi.cli

⚠ ARCHIVED - Command line interface to Gandi.net products using the public API
http://cli.gandi.net/
GNU General Public License v3.0
347 stars 62 forks source link

Manual page has some over-long lines #283

Open bignose-debian opened 5 years ago

bignose-debian commented 5 years ago

The manual page contains some lines that, when rendered to a manual page document, do not fit on a standard 80-column terminal.

In particular:

Both of those cause paragraphs that cannot be wrapped to fit correctly on lines.

This can be tested with:

$ LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 \
    man --warnings -E UTF-8 -l -Tutf8 -Z <(rst2man gandicli.man.rst) > /dev/null
troff: <standard input>:394: warning [p 8, 10.7i]: can't break line
troff: <standard input>:408: warning [p 9, 6.8i]: can't break line
bignose-debian commented 5 years ago

This remains a bug in the document released in version 1.5.