summaryrefslogtreecommitdiff
path: root/old/fileutils/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r--old/fileutils/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index c6cd8cbd4..4c2c820e1 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -26,7 +26,8 @@ Changes in release 3.17:
* du accepts new option --max-depth=N
* rmdir accepts new options: --ignore-fail-on-non-empty and --verbose
* on most hosts df, du, and ls now overflow at 2**64 bytes, not 2**31 bytes
-* all programs now work on large files on LFS hosts like Solaris 2.6
+* all programs now work on large files on LFS systems like Solaris 2.6 and
+ Linux with the pre-2.1 release of GNU libc.
* df now works with OpenBSD 2.1 beta
* cp -d FILE SYMLINK-TO-FILE doesn't erase FILE. Now it gives an error.