From: Jim Meyering Date: Fri, 18 Jul 2003 07:48:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4584fcd73f7ce40e00584bfe8669c801437f895;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index e620b9b934..df2d0f132f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ GNU coreutils NEWS -*- outline -*- * Major changes in release 5.0.2: ** Bug fixes +- uniq -c now uses a SPACE, not a TAB between the count and the + corresponding line, as required by POSIX. - kill no longer tries to operate on argv[0] (introduced in 5.0.1) Why wasn't this noticed? Although many tests use kill, none of them made an effort to avoid using the shell's built-in kill.