From: Jim Meyering Date: Thu, 1 May 2003 17:52:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~631 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ce4463dfacd39f850592255b4d6e7926dfd913f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 115f1c1ab3..379004d555 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ [5.0.1] * tail's byte and line counts are no longer limited to OFF_T_MAX. - Now the limit is UINTMAX_MAX. + Now the limit is UINTMAX_MAX (usually 2^64). * tsort now fails when given an odd number of input tokens. Before, it would act as if the final token appeared one additional time. * readlink's --canonicalize option now works on systems like Solaris that