]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
setterm: (man) clarify --hbcolor, --ulcolor syntax
authorJakub Wilk <jwilk@jwilk.net>
Sat, 3 Sep 2022 18:11:48 +0000 (20:11 +0200)
committerJakub Wilk <jwilk@jwilk.net>
Sat, 3 Sep 2022 18:11:48 +0000 (20:11 +0200)
Remove superfluous [bright].
Optional "bright" is already part of the definition of "16-color".

term-utils/setterm.1.adoc

index 68b8554cb5d65fc31100d5ac0f44e1ffc30ee74a..9e00005b1106a18fcd88bb078f72ddb26af688f4 100644 (file)
@@ -89,7 +89,7 @@ Sets the foreground text color.
 *--half-bright* on|off::
 Turns dim (half-brightness) mode on or off. Except on a virtual console, *--half-bright off* turns off all attributes (bold, half-brightness, blink, reverse).
 
-*--hbcolor* [bright] _16-color_::
+*--hbcolor* _16-color_::
 Sets the color for half-bright characters.
 
 *--initialize*::
@@ -148,7 +148,7 @@ Sets tab stops at the given horizontal cursor positions, in the range *1-160*. W
 *--term* _terminal_name_::
 Overrides the *TERM* environment variable.
 
-*--ulcolor* [bright] _16-color_::
+*--ulcolor* _16-color_::
 Sets the color for underlined characters. Virtual consoles only.
 
 *--underline* on|off::