summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-01 12:02:20 +0000
committerJim Meyering <jim@meyering.net>2003-06-01 12:02:20 +0000
commit9362cd7fa7bb35e9589017b49d7e0fc2480c9e39 (patch)
treeb49db904705642392ce89339dcf544a36141a6c2 /NEWS
parentc9f1c500855e7537e3add89d95f62ec184a76345 (diff)
downloadcoreutils-9362cd7fa7bb35e9589017b49d7e0fc2480c9e39.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2a28ee36f..4ad61d2b6 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@
would fail to remove all files in DIR if there were more than 338.
* tail's byte and line counts are no longer limited to OFF_T_MAX.
Now the limit is UINTMAX_MAX (usually 2^64).
-* tsort now fails when given an odd number of input tokens.
+* tsort now fails when given an odd number of input tokens, as required by POSIX
Before, it would act as if the final token appeared one additional time.
* readlink's --canonicalize option now works on systems like Solaris that
lack the canonicalize_file_name function but do have resolvepath.