summaryrefslogtreecommitdiff
path: root/src/dircolors.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-11 12:46:24 +0000
committerJim Meyering <jim@meyering.net>2003-04-11 12:46:24 +0000
commitd93d0c0ff464f10f1c347c1b885deefdd35587b7 (patch)
tree0660cec8b85b0b847a9d6a09cbe90270de902101 /src/dircolors.hin
parent37bcb6853cce3561174d44e45211353f462fd42e (diff)
downloadcoreutils-d93d0c0ff464f10f1c347c1b885deefdd35587b7.tar.xz
Remove SPC in SPC-TAB sequence.
Diffstat (limited to 'src/dircolors.hin')
-rw-r--r--src/dircolors.hin10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 5a2e4a845..65ac11e50 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -38,15 +38,15 @@ TERM Eterm
# 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 pointed to.)
+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 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
+CHR 40;33;01 # character device driver
ORPHAN 40;31;01 # symlink to nonexistent file
# This is for files with execute permission: