diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-08 19:04:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-08 19:04:00 +0000 |
commit | c908124639b1480045327e4e6122459502fe6cd5 (patch) | |
tree | 7e31cab615e33e85b184c39db6e7e9013f385232 /src | |
parent | 5c7059a33aade6ad2b0548f2fcb05f9ede05295c (diff) | |
download | coreutils-c908124639b1480045327e4e6122459502fe6cd5.tar.xz |
Document the ln=target directive.
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.hin | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 02af508d3..8d401b849 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -37,7 +37,8 @@ TERM vt100 NORMAL 00 # global default, although everything should be something. FILE 00 # normal file DIR 01;34 # directory -LINK 01;36 # symbolic link +LINK 01;36 # symbolic link. (If you set this to 'target' instead of a + # numerical value, the color is as for the file pointed to.) FIFO 40;33 # pipe SOCK 01;35 # socket DOOR 01;35 # door |