]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 1 May 2003 17:52:40 +0000 (17:52 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 May 2003 17:52:40 +0000 (17:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 115f1c1ab331107980d193ab3d12c84cf18230f5..379004d555d5a478f42d72c48db0cafa02fded45 100644 (file)
--- 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