* What led up to the situation?
Checking for defects with a new version
test-[g|n]roff -mandoc -t -K utf8 -rF0 -rHY=0 -rCHECKSTYLE=10 -ww -z < "man page"
[Use
grep -n -e ' $' -e '\\~$' -e ' \\f.$' -e ' \\"' <file>
to find (most) trailing spaces.]
["test-groff" is a script in the repository for "groff"; is not shipped]
(local copy and "troff" slightly changed by me).
[The fate of "test-nroff" was decided in groff bug #55941.]
* What was the outcome of this action?
troff:<stdin>:150: warning: trailing space in the line
troff:<stdin>:155: warning: trailing space in the line
troff:<stdin>:157: warning: trailing space in the line
troff:<stdin>:160: warning: trailing space in the line
troff:<stdin>:170: warning: trailing space in the line
troff:<stdin>:195: warning: trailing space in the line
troff:<stdin>:229: warning: trailing space in the line
troff:<stdin>:258: warning: trailing space in the line
troff:<stdin>:280: warning: trailing space in the line
troff:<stdin>:281: warning: trailing space in the line
troff:<stdin>:292: warning: trailing space in the line
troff:<stdin>:293: warning: trailing space in the line
troff:<stdin>:296: warning: trailing space in the line
troff:<stdin>:297: warning: trailing space in the line
troff:<stdin>:387: warning: trailing space in the line
troff:<stdin>:392: warning: trailing space in the line
troff:<stdin>:560: warning: trailing space in the line
troff:<stdin>:591: warning: trailing space in the line
troff:<stdin>:770: warning: trailing space in the line
* What outcome did you expect instead?
No output (no warnings).
-.-
General remarks and further material, if a diff-file exist, are in the
attachments.