Open bignose-debian opened 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:
gandi dns list domain.tld
[A|AAAA|CAA|CDS|CNAME|DNAME|DS|LOC|MX|NS|PTR|SPF|SRV|SSHFP|TLSA|TXT|WKS]
gandi domain create domain.tld
http://doc.rpc.gandi.net/domain/reference.html#DomainExtraParameters
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
This remains a bug in the document released in version 1.5.
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:
gandi dns list domain.tld
contains the literal text[A|AAAA|CAA|CDS|CNAME|DNAME|DS|LOC|MX|NS|PTR|SPF|SRV|SSHFP|TLSA|TXT|WKS]
.gandi domain create domain.tld
contains a long URL,http://doc.rpc.gandi.net/domain/reference.html#DomainExtraParameters
.Both of those cause paragraphs that cannot be wrapped to fit correctly on lines.
This can be tested with: