GNU bug report logs -
#70600
trailing whitespace spotted in join info pages
Previous Next
Full log
View this message in rfc822 format
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 1 year and 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.