GNU bug report logs -
#70600
trailing whitespace spotted in join info pages
Previous Next
To reply to this bug, email your comments to 70600 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#70600
; Package
coreutils
.
(Sat, 27 Apr 2024 05:03:26 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Dan Jacobson <jidanni <at> jidanni.org>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Sat, 27 Apr 2024 05:03:27 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The join info pages have tons of trailing whitespace.
sed s/$/$/ reveals:
‘sort -u file1 file2’ Union of unsorted files$
$
‘sort file1 file2 | uniq -d’ Intersection of unsorted files$
$
‘sort file1 file1 file2 | uniq -u’ Difference of unsorted files$
$
‘sort file1 file2 | uniq -u’ Symmetric Difference of unsorted$
files$
Or in emacs
(progn
(setq-default show-trailing-whitespace t)
(info "(coreutils) Set operations"))
will drive home the point.
Same with some other pages in that manual.
Why bad? It says that whatever typesetting program you are using, is
like a broken Xerox machine that is spitting out extra blank pages,
wasting paper. Even if we're rich so who cares.
This bug report was last modified 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.