Jim Meyering <[EMAIL PROTECTED]> writes:

> It should also include ENAMETOOLONG:

Actually, isn't ENAMETOOLONG in the same category as ELOOP?  That is,
ENAMETOOLONG sometimes indicates the file isn't there, but sometimes
not.  For example,

rm -f ./././././././.../foo

(where the "..." stands for lots of "./"s) will fail due to
ENAMETOOLONG, even though the named file actually does exist.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to