summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-07 16:45:27 +0000
committerJim Meyering <jim@meyering.net>2003-09-07 16:45:27 +0000
commit6119885e07108ea6c0aa5932c4e41e2640b69969 (patch)
tree798b4d94794853a5d8b160d5324895fb06c77ce4 /ChangeLog
parent0895ee0069f5acea2e7627d913d70cf1888ffd62 (diff)
downloadcoreutils-6119885e07108ea6c0aa5932c4e41e2640b69969.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bbb23c44a..659c0181a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -127,9 +127,10 @@
link count for the file is 1, mv no longer unlinks the file. Instead,
it gives the expected diagnostic that the source and destination are
the same. WARNING: this is an incomplete fix. If the file happens
- to have a link count of 2 or greater, mv will still unlink it.
+ to have a link count of 2 or greater, such an erroneous mv command
+ will still unlink it.
Although that is not possible on VFAT, it is possible on other file
- system types, e.g., ntfs, hpfs, and umsdos.
+ system types, e.g., ntfs, and hpfs.
* src/copy.c (same_file_ok): Invoke same_name (which might still
return false for names that refer to the same directory entry)
only if the link count is 2 or more.