Hello,
while packaging v4l-utils 1.20 I noticed the lintian warning about the
cec-ctl.1 manpage. It is easily reproduced by calling:
LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l
-Tutf8 -Z cec-ctl.1 >/dev/null
troff: <standard input>:264: warning [p 5, 0.5i, div 'an-div', 0.2i]:
cannot adjust line
It is caused by this overlong command-line options line:
https://git.linuxtv.org/v4l-utils.git/tree/utils/cec-ctl/cec-ctl.1.in?id=ae8dd398baf927bc5bc18abd1677a5c4e118034e#n264
Does anyone have an idea how to fix this error (while staying
syntactivally correct)? I tried adding zero-width break points with \:
but the warning did not vanish.
Thanks,
Gregor