On 10/10/25 1:20 PM, Martin Wilck wrote:
I believe our man pages have more serious issues; for example, we use so deep indentation in multipath.conf.5 that the page is hardly readable on narrow terminals.
I do not think so: export LC_ALL=en_US.UTF-8 MANROFFSEQ="" MANWIDTH=80 man ./multipath/multipath.conf.5.in It is displayed correctly, except for these three lines: sed -n 430p ./multipath/multipath.conf.5.in Regex can be of the form \fI"host_wwnn:host_wwpn:target_wwnn:target_wwpn"\fR sed -n 432p ./multipath/multipath.conf.5.in "%N:%R:%n:%r"\fR. For example: 0x200100e08ba0aea0:0x210100e08ba0aea0:.*:.* , .*:.*:iqn.2009-10.com.redhat.msp.lab.ask-06:.* sed -n 2043p ./multipath/multipath.conf.5.in uuid.fedcba98-3579-4567-8765-123456789abc [nvme]:nvme4n9 NVME,Some NVMe controller,FFFFFFFF groff only shows warnings, with "-man -Tutf8", for the first ones: groff -man -Tutf8 -z ./multipath/multipath.conf.5.in troff:./multipath/multipath.conf.5.in:430: warning [p 5, 10.5i]: cannot adjust line troff:./multipath/multipath.conf.5.in:432: warning [p 5, 11.3i]: cannot break line
