]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 7 Sep 2003 16:46:16 +0000 (16:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Sep 2003 16:46:16 +0000 (16:46 +0000)
ChangeLog

index 659c0181aec98def0171c72a18487f93d4bcec8a..d4cf988db501c8f0e11e9504a51275a6f37fda78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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.