Re: [PATCH] console_codes.4: tfix
From: Michael Kerrisk (man-pages) <hidden>
Date: 2021-05-17 01:20:13
Hi Alex, and Christoph, On 5/14/21 3:21 AM, Alejandro Colomar wrote:
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>
Thanks. Patch applied. Cheers, Michael
quoted hunk ↗ jump to hunk
--- 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.
-- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/