summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-07 16:46:16 +0000
committerJim Meyering <jim@meyering.net>2003-09-07 16:46:16 +0000
commit449258088589ed91e26d04e6ba2afee390c2125f (patch)
treee8d67b98806ee33c53737b15081d61e68efd54ac /ChangeLog
parent6119885e07108ea6c0aa5932c4e41e2640b69969 (diff)
downloadcoreutils-449258088589ed91e26d04e6ba2afee390c2125f.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 659c0181a..d4cf988db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -129,8 +129,8 @@
the same. WARNING: this is an incomplete fix. If the file happens
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, and hpfs.
+ Although that is not possible on vfat or umsdos, it is possible on
+ other file 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.