[PATCH] console_codes.4: tfix
From: Alejandro Colomar <hidden>
Date: 2021-05-13 15:23:21
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2021-05-13 15:23:21
Subsystem:
the rest · Maintainer:
Linus Torvalds
The correct meaning of SGR is "Select Graphic Rendition". See: <https://www.ecma-international.org/wp-content/uploads/ECMA-48_5th_edition_june_1991.pdf> <https://nvlpubs.nist.gov/nistpubs/Legacy/FIPS/fipspub86.pdf> <https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters> Reported-by: Christoph Anton Mitterer <redacted> Signed-off-by: Alejandro Colomar <redacted> --- Hi Christoph, Yes, it seems you're right. Thanks, Alex man4/console_codes.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man4/console_codes.4 b/man4/console_codes.4
index 690a2cd82..31c9e0c4a 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4@@ -298,7 +298,7 @@ T} .TE .ad .PP -.B ECMA-48 Set Graphics Rendition +.B ECMA-48 Select Graphic Rendition .PP The ECMA-48 SGR sequence ESC [ \fIparameters\fP m sets display attributes.
--
2.31.1