GNU bug report logs - #70600
trailing whitespace spotted in join info pages

Previous Next

Package: coreutils;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Sat, 27 Apr 2024 05:03:23 UTC

Severity: normal

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dan Jacobson <jidanni <at> jidanni.org>
To: bug-coreutils <at> gnu.org
Subject: trailing whitespace spotted in join info pages
Date: Sat, 27 Apr 2024 06:36:19 +0800
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 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.