All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ascii.7: add vertical rule to separate the two columns
@ 2021-07-06 10:13 наб
  2021-07-06 10:45 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: наб @ 2021-07-06 10:13 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

I regularly get mildly lost in this table (and, indeed, didn't realise
it had two columns the first few times I used it to look at something
from the left column) ‒ separating the two columns improves clarity,
and makes which soup of numbers belongs to which character
much more obvious

Other encodings don't need this as they don't use double-columnated
tables

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 man7/ascii.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/ascii.7 b/man7/ascii.7
index f1c0c8d74..053b13809 100644
--- a/man7/ascii.7
+++ b/man7/ascii.7
@@ -48,7 +48,7 @@ C program \f(CW\(aq\eX\(aq\fP escapes are noted.
 .ft CW
 \}
 .TS
-l l l l l l l l.
+l l l l | l l l l.
 Oct	Dec	Hex	Char	Oct	Dec	Hex	Char
 _
 000	0	00	NUL \(aq\e0\(aq (null character)	100	64	40	@
-- 
2.20.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ascii.7: add vertical rule to separate the two columns
  2021-07-06 10:13 [PATCH] ascii.7: add vertical rule to separate the two columns наб
@ 2021-07-06 10:45 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-07-06 10:45 UTC (permalink / raw)
  To: наб; +Cc: linux-man

Hi Ahelenia,

On 7/6/21 12:13 PM, наб wrote:
> I regularly get mildly lost in this table (and, indeed, didn't realise
> it had two columns the first few times I used it to look at something
> from the left column) ‒ separating the two columns improves clarity,
> and makes which soup of numbers belongs to which character
> much more obvious
> 
> Other encodings don't need this as they don't use double-columnated
> tables
> 
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>

Patch applied. Thanks!

Cheers,

Alex

> ---
>   man7/ascii.7 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/ascii.7 b/man7/ascii.7
> index f1c0c8d74..053b13809 100644
> --- a/man7/ascii.7
> +++ b/man7/ascii.7
> @@ -48,7 +48,7 @@ C program \f(CW\(aq\eX\(aq\fP escapes are noted.
>   .ft CW
>   \}
>   .TS
> -l l l l l l l l.
> +l l l l | l l l l.
>   Oct	Dec	Hex	Char	Oct	Dec	Hex	Char
>   _
>   000	0	00	NUL \(aq\e0\(aq (null character)	100	64	40	@
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-06 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 10:13 [PATCH] ascii.7: add vertical rule to separate the two columns наб
2021-07-06 10:45 ` Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.