From ea81716d0c9929ac3fd2df102cf1ac696680ba0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Wed, 24 Mar 2021 17:37:34 +0100 Subject: [PATCH] Asciidoc: Review terminal-colors.d.5.adoc --- lib/terminal-colors.d.5.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/terminal-colors.d.5.adoc b/lib/terminal-colors.d.5.adoc index 32a4c09c6d..235d947831 100644 --- a/lib/terminal-colors.d.5.adoc +++ b/lib/terminal-colors.d.5.adoc @@ -33,13 +33,13 @@ The _term_ is a terminal identifier (the TERM environment variable). The termina The _type_ is a file type. Supported file types are: *disable*:: - Turns off output colorization for all compatible utilities. +Turns off output colorization for all compatible utilities. *enable*:: - Turns on output colorization; any matching *disable* files are ignored. +Turns on output colorization; any matching *disable* files are ignored. *scheme*:: - Specifies colors used for output. The file format may be specific to the utility, the default format is described below. +Specifies colors used for output. The file format may be specific to the utility, the default format is described below. If there are more files that match for a utility, then the file with the more specific filename wins. For example, the filename "@xterm.scheme" has less priority than "dmesg@xterm.scheme". The lowest priority are those files without a utility name and terminal identifier (e.g., "disable"). @@ -129,12 +129,14 @@ Lines where the first non-blank character is a # (hash) are ignored. Any other u == ENVIRONMENT TERMINAL_COLORS_DEBUG=all:: - enables debug output. +enables debug output. == FILES _$XDG_CONFIG_HOME/terminal-colors.d_ + _$HOME/.config/terminal-colors.d_ + _/etc/terminal-colors.d_ == EXAMPLE -- 2.47.3