summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-08-09 12:05:22 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-08-09 12:07:21 +0200
commit09d3c20c0dd97586f4978253a24327767a2a13e6 (patch)
treee2b59155e6323cc9ac2994f31877a0b31d201293
parent7f0c47f0285f8b806d6f367761dff78b4675256f (diff)
dir_colors.5: Add various synonyms
See http://bugs.debian.org/553477 Reported-by: Stas <stas.grumbler@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/dir_colors.539
1 files changed, 38 insertions, 1 deletions
diff --git a/man5/dir_colors.5 b/man5/dir_colors.5
index d46f1d64..1e9a9c46 100644
--- a/man5/dir_colors.5
+++ b/man5/dir_colors.5
@@ -9,7 +9,7 @@
.\"
.\" Modified Sat Dec 22 22:25:33 2001 by Martin Schulze <joey@infodrom.org>
.\"
-.TH DIR_COLORS 5 2001-12-26 "GNU" "Linux User Manual"
+.TH DIR_COLORS 5 2013-08-09 "GNU" "Linux User Manual"
.SH NAME
dir_colors \- configuration file for dircolors(1)
.SH DESCRIPTION
@@ -102,6 +102,9 @@ does not verify the validity of these options.
.TP
.B NORMAL \fIcolor-sequence\fR
Specifies the color used for normal (nonfilename) text.
+
+Synonym:
+.BR NORM .
.TP
.B FILE \fIcolor-sequence\fR
Specifies the color used for a regular file.
@@ -111,6 +114,10 @@ Specifies the color used for directories.
.TP
.B LINK \fIcolor-sequence\fR
Specifies the color used for a symbolic link.
+
+Synonyms:
+.BR LNK ,
+.BR SYMLINK .
.TP
.B ORPHAN \fIcolor-sequence\fR
Specifies the color used for an orphaned symbolic link (one which
@@ -132,6 +139,9 @@ color instead.
.TP
.B FIFO \fIcolor-sequence\fR
Specifies the color used for a FIFO (named pipe).
+
+Synonym:
+.BR PIPE.
.TP
.B SOCK \fIcolor-sequence\fR
Specifies the color used for a socket.
@@ -142,42 +152,69 @@ Specifies the color used for a door (Solaris 2.5 and later).
.TP
.B BLK \fIcolor-sequence\fR
Specifies the color used for a block device special file.
+
+Synonym:
+.BR BLOCK .
.TP
.B CHR \fIcolor-sequence\fR
Specifies the color used for a character device special file.
+
+Synonym:
+.BR CHAR .
.TP
.B EXEC \fIcolor-sequence\fR
Specifies the color used for a file with the executable attribute set.
.TP
.B SUID \fIcolor-sequence\fR
Specifies the color used for a file with the set-user-ID attribute set.
+
+Synonym:
+.BR SETUID .
.TP
.B SGID \fIcolor-sequence\fR
Specifies the color used for a file with the set-group-ID attribute set.
+
+Synonym:
+.BR SETGID .
.TP
.B STICKY \fIcolor-sequence\fR
Specifies the color used for a directory with the sticky attribute set.
.TP
.B STICKY_OTHER_WRITABLE \fIcolor-sequence\fR
Specifies the color used for a other-writable directory with the executable attribute set.
+
+Synonym:
+.BR OWT .
.TP
.B OTHER_WRITABLE \fIcolor-sequence\fR
Specifies the color used for a other-writable directory without the executable attribute set.
+
+Synonym:
+.BR OWR .
.TP
.B LEFTCODE \fIcolor-sequence\fR
Specifies the
.I "left code"
for non-ISO\ 6429 terminals (see below).
+
+Synonym:
+.BR LEFT .
.TP
.B RIGHTCODE \fIcolor-sequence\fR
Specifies the
.I "right code"
for non-ISO\ 6429 terminals (see below).
+
+Synonym:
+.BR RIGHT .
.TP
.B ENDCODE \fIcolor-sequence\fR
Specifies the
.I "end code"
for non-ISO\ 6429 terminals (see below).
+
+Synonym:
+.BR END .
.TP
\fB*\fIextension\fR \fIcolor-sequence\fR
Specifies the color used for any file that ends in \fIextension\fR.