diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-05 04:37:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-05 04:37:05 +0000 |
commit | 8a6f26dfd68c6a0e24edcedac975399a49098f65 (patch) | |
tree | aa72c8c6f2c2781c4a2928d103af7d6fde052f2e /old | |
parent | 43b84ec02ef3f697efb54bd6efc4e103162aecd3 (diff) | |
download | coreutils-8a6f26dfd68c6a0e24edcedac975399a49098f65.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 698238ec2..578cc697f 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,6 @@ User-visible changes in release 3.13: +* cp has been fixed so that the full file name it uses for the destination + in `cp file D/' is `D/file', not `D//file'. * cp --backup a~ a fails instead of silently destroying the source file * df and du have new options --human-readable (-h) and --megabytes (-m). * install now honors --backup (-b), --suffix=SUFFIX (-S SUFFIX), and |