From: Jim Meyering Date: Sun, 22 Oct 2000 13:02:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_8~22 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=957f363d1dd412dc49068c8052d216a418deaa4e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 22fe63a503..fe8bdfefc2 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -3,7 +3,7 @@ Changes in release 2.1 * new program: shasum * wc accepts new -m option (count characters, not necessarily bytes) * wc's `--chars' option is now equivalent to -m, not --bytes as it used to be -* `cat -n' works better when processing 2^31 or more lines +* `cat -n' works properly when processing 2^31 or more lines [2.0g] * sort's --help output now warns that it is locale-aware * tail: fix a buffer underrun error that occurred on an empty pipe,