aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-02-21 10:54:58 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-02-28 12:48:42 +0000
commitd19769300126426cc59b83036d3ba3e3d8425c16 (patch)
tree3b1469e2a17fa060677d8b267ab2091be2866219
parentfa399b889f70dafb429e548919b0677a619677ef (diff)
downloadsrc-d19769300126426cc59b83036d3ba3e3d8425c16.tar.gz
src-d19769300126426cc59b83036d3ba3e3d8425c16.zip
ls.1: Mention CLICOLOR environment variable
Mention CLICOLOR environment variable in the manual page. PR: 276556 Submitted by: bsdcode at disroot dot org Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D43970 (cherry picked from commit ffea732c5192070a6877409428b0a2cc1728aa16)
-rw-r--r--bin/ls/ls.18
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 0d03fce804f2..1b0f24593adc 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -31,7 +31,7 @@
.\"
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
.\"
-.Dd January 12, 2024
+.Dd February 21, 2024
.Dt LS 1
.Os
.Sh NAME
@@ -246,9 +246,11 @@ but only if
.Dv stdout
is a tty and either the
.Fl G
-flag is specified or the
+flag is specified or one of the environment variables
.Ev COLORTERM
-environment variable is set and not empty.
+or
+.Ev CLICOLOR
+is set and not empty.
.Pp
.Cm never
will disable color regardless of environment variables.