From ef79e4ea3b6519d53be6af3808ec66e4159de217 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 25 Jul 2006 15:33:57 +0000 Subject: [PATCH] * src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks. --- ChangeLog | 3 +++ src/dircolors.hin | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f604a4653f..7cfcb95dac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-07-25 Jim Meyering + * 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 diff --git a/src/dircolors.hin b/src/dircolors.hin index 18498d5a97..0fc9bcbb95 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -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) -- 2.47.3