mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
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 MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D43970
This commit is contained in:
parent
07cba2ddcb
commit
ffea732c51
@ -29,7 +29,7 @@
|
|||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd January 12, 2024
|
.Dd February 21, 2024
|
||||||
.Dt LS 1
|
.Dt LS 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -244,9 +244,11 @@ but only if
|
|||||||
.Dv stdout
|
.Dv stdout
|
||||||
is a tty and either the
|
is a tty and either the
|
||||||
.Fl G
|
.Fl G
|
||||||
flag is specified or the
|
flag is specified or one of the environment variables
|
||||||
.Ev COLORTERM
|
.Ev COLORTERM
|
||||||
environment variable is set and not empty.
|
or
|
||||||
|
.Ev CLICOLOR
|
||||||
|
is set and not empty.
|
||||||
.Pp
|
.Pp
|
||||||
.Cm never
|
.Cm never
|
||||||
will disable color regardless of environment variables.
|
will disable color regardless of environment variables.
|
||||||
|
Loading…
Reference in New Issue
Block a user