]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Asciidoc: Review terminal-colors.d.5.adoc
authorMario Blättermann <mario.blaettermann@gmail.com>
Wed, 24 Mar 2021 16:37:34 +0000 (17:37 +0100)
committerMario Blättermann <mario.blaettermann@gmail.com>
Wed, 24 Mar 2021 16:37:34 +0000 (17:37 +0100)
lib/terminal-colors.d.5.adoc

index 32a4c09c6de859a28dcb7e98172716dce58441c6..235d947831911bd16fa3c4e712feefd31fa8dc39 100644 (file)
@@ -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