summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-10 03:09:05 +0000
committerJim Meyering <jim@meyering.net>1996-07-10 03:09:05 +0000
commitfb604ebdf431110773f737e63252f0737d085792 (patch)
tree30c13434981fdfcc56a91a14d70135603ce6d74a /old/fileutils
parent778dd49f55212157cd69be54de8d3c8e2e348b80 (diff)
downloadcoreutils-fb604ebdf431110773f737e63252f0737d085792.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 5937af99b..50d9de810 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -18,8 +18,7 @@ Changes in release 3.13:
--sync option to make df invoke sync before getting file system sizes.
* internationalized diagnostic messages
* mkdir accepts new option: --verbose
-* 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 file D/' uses the full file name `D/file' instead of `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