]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks.
authorJim Meyering <jim@meyering.net>
Tue, 25 Jul 2006 15:33:57 +0000 (15:33 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 Jul 2006 15:33:57 +0000 (15:33 +0000)
ChangeLog
src/dircolors.hin

index f604a4653f90d0ac29d2b90ee1ec9e16477fb512..7cfcb95dac3ce04cb6f4626d4c0e564be43ebe12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-07-25  Jim Meyering  <jim@meyering.net>
 
+       * src/dircolors.hin: Mention that ORPHAN refers not just to dangling
+       symlinks.
+
        Get --dired offsets right when handling stat-failed entries.
        * src/ls.c (print_long_format): Be careful to increment P by the
        appropriate amount, even when inode_number_width and nlink_width
index 18498d5a973413c3fb63a5823843a42a84934fbf..0fc9bcbb95c170e2f6e3c046ddab1266bdc879bc 100644 (file)
@@ -50,7 +50,7 @@ SOCK 01;35    # socket
 DOOR 01;35     # door
 BLK 40;33;01   # block device driver
 CHR 40;33;01   # character device driver
-ORPHAN 40;31;01 # symlink to nonexistent file
+ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
 SETUID 37;41   # file that is setuid (u+s)
 SETGID 30;43   # file that is setgid (g+s)
 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)