From: Jim Meyering Date: Sat, 8 Apr 2000 19:04:00 +0000 (+0000) Subject: Document the ln=target directive. X-Git-Tag: FILEUTILS-4_0r~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c908124639b1480045327e4e6122459502fe6cd5;p=thirdparty%2Fcoreutils.git Document the ln=target directive. --- diff --git a/src/dircolors.hin b/src/dircolors.hin index 02af508d36..8d401b8498 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