summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-25 15:33:57 +0000
committerJim Meyering <jim@meyering.net>2006-07-25 15:33:57 +0000
commitef79e4ea3b6519d53be6af3808ec66e4159de217 (patch)
tree6bce68565ec79fc4205230d73fea843c12a36a78 /src
parentc04a374bb026e19b2a993681cadae617b918d692 (diff)
downloadcoreutils-ef79e4ea3b6519d53be6af3808ec66e4159de217.tar.xz
* src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks.
Diffstat (limited to 'src')
-rw-r--r--src/dircolors.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 18498d5a9..0fc9bcbb9 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)