[PATCH v3 1/2] console_codes.4: align spacing aids in escape codes
Jan Engelhardt <[email protected]> Wed, 8 Jul 2026 12:42:44 +0200
| Newsgroups | org.kernel.vger.linux-man |
|---|---|
| Message-ID | <[email protected]> |
The space character is used as a visual aid in the escape code sequences. A few lines had spacing inconsistent with the rest of the document, so align them. Signed-off-by: Jan Engelhardt <[email protected]> --- man/man4/console_codes.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man4/console_codes.4 b/man/man4/console_codes.4 index a742cf36f..e0e88537a 100644 --- a/man/man4/console_codes.4 +++ b/man/man4/console_codes.4 @@ -753,14 +753,14 @@ Set icon name and window title to T} ESC ] 1 ; \f[I]txt\f[] ST Set icon name to \f[I]txt\f[]. ESC ] 2 ; \f[I]txt\f[] ST Set window title to \f[I]txt\f[]. -ESC ] 4 ; \f[I]num\f[]; \f[I]txt\f[] ST Set ANSI color \f[I]num\f[] to \f[I]txt\f[]. +ESC ] 4 ; \f[I]num\f[] ; \f[I]txt\f[] ST Set ANSI color \f[I]num\f[] to \f[I]txt\f[]. ESC ] 10 ; \f[I]txt\f[] ST Set dynamic text color to \f[I]txt\f[]. -ESC ] 4 6 ; \f[I]name\f[] ST T{ +ESC ] 46 ; \f[I]name\f[] ST T{ Change log file to .I name (normally disabled by a compile-time option). T} -ESC ] 5 0 ; \f[I]fn\f[] ST Set font to \f[I]fn\f[]. +ESC ] 50 ; \f[I]fn\f[] ST Set font to \f[I]fn\f[]. .TE .P It recognizes the following with slightly modified meaning -- 2.54.0