summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-07-30 17:22:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-07-30 17:22:13 +0000
commite155a4546a93101f7fac4c7f9219297d547f1111 (patch)
tree03950a13c421a91bf544944b84914b8819183b48
parentMoved dev-java/jython to dev-java/jython-bin. (diff)
downloadgentoo-2-e155a4546a93101f7fac4c7f9219297d547f1111.tar.gz
gentoo-2-e155a4546a93101f7fac4c7f9219297d547f1111.tar.bz2
gentoo-2-e155a4546a93101f7fac4c7f9219297d547f1111.zip
grammar/spacing fix #58869
-rw-r--r--sys-apps/coreutils/files/DIR_COLORS22
1 files changed, 11 insertions, 11 deletions
diff --git a/sys-apps/coreutils/files/DIR_COLORS b/sys-apps/coreutils/files/DIR_COLORS
index e840b05cc0fa..ad44237e2412 100644
--- a/sys-apps/coreutils/files/DIR_COLORS
+++ b/sys-apps/coreutils/files/DIR_COLORS
@@ -4,7 +4,7 @@
# You can copy this file to .dir_colors in your $HOME directory to override
# the system defaults.
#
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/files/DIR_COLORS,v 1.3 2004/06/30 15:13:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/files/DIR_COLORS,v 1.4 2004/07/30 17:22:13 vapier Exp $
# COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
# pipes. 'all' adds color characters to all output. 'none' shuts colorization
@@ -57,16 +57,16 @@ EIGHTBIT 1
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
-NORMAL 00 # global default, although everything should be something.
-FILE 00 # normal file
-DIR 01;34 # directory
-LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
- # numerical value, the color is as for the file pointer to.)
-FIFO 40;33 # pipe
-SOCK 01;35 # socket
-DOOR 01;35 # door
-BLK 40;33;01 # block device driver
-CHR 40;33;01 # character device driver
+NORMAL 00 # global default, although everything should be something.
+FILE 00 # normal file
+DIR 01;34 # directory
+LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
+ # numerical value, the color will match the file pointed to)
+FIFO 40;33 # pipe
+SOCK 01;35 # socket
+DOOR 01;35 # door
+BLK 40;33;01 # block device driver
+CHR 40;33;01 # character device driver
ORPHAN 01;05;37;41 # orphaned syminks
MISSING 01;05;37;41 # ... and the files they point to