diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-22 04:04:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-22 04:04:07 +0000 |
commit | d18dc596194fc849e9731b05f69b1cce9996faa0 (patch) | |
tree | bd862ed18cfebef0d6ee80b092a6bc868c8d4672 /old/fileutils | |
parent | 973f13ccb2d135c86860889272728657e5407c64 (diff) | |
download | coreutils-d18dc596194fc849e9731b05f69b1cce9996faa0.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 981b0b00b..b311c4cd1 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -5,6 +5,7 @@ Changes in release 3.17: * rmdir accepts new options: --ignore-fail-on-non-empty and --verbose * du now overflows its accumulator for 1 terabyte directories, not 2GB. * df now works with OpenBSD 2.1 beta +* cp -d FILE SYMLINK-TO-FILE doesn't erase FILE. Now it gives an error. Changes in release 3.16: * du --megabytes (-m) works |