All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ascii(7) fix
@ 2009-02-11  9:39 Kir Kolyshkin
       [not found] ` <49929CC2.60204-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Kir Kolyshkin @ 2009-02-11  9:39 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: Lesya Novaselskaya

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

Hi Michael,

I just tried to print ascii(7) and found out the tables on the second 
page (compact ascii in hex and dec) are screwed because they do not use 
monospaced font. This is of course can not be seen on the terminal.

Attached patch (against man-pages-3.18) fixes that by adding the proper 
.fn (code copy-pasted from the first table). I checked the result both 
in the terminal and on printer.

Regards,
  Kir.

[-- Attachment #2: man-pages-3.18-ascii.7.patch --]
[-- Type: text/plain, Size: 1163 bytes --]

diff -urN man-pages-3.18/man7/ascii.7 man-pages-3.18-my/man7/ascii.7
--- man-pages-3.18/man7/ascii.7	2009-02-09 05:14:24.000000000 +0300
+++ man-pages-3.18-my/man7/ascii.7	2009-02-11 12:34:35.000000000 +0300
@@ -30,6 +30,7 @@
 .\" Modified 1999-05-31 by Dimitri Papadopoulos (dpo@club-internet.fr)
 .\" Modified 1999-08-08 by Michael Haardt (michael@moria.de)
 .\" Modified 2004-04-01 by aeb
+.\" Modified 2009-02-11 by Kir Kolyshkin (kir@openvz.org)
 .\"
 .TH ASCII 7 2009-02-04 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -113,7 +114,7 @@
 072	58	3A	:	172	122	7A	z
 073	59	3B	;	173	123	7B	{
 074	60	3C	<	174	124	7C	|
-075	61	3D	= 	175	125	7D	}
+075	61	3Di	= 	175	125	7D	}
 076	62	3E	>	176	126	7E	~
 077	63	3F	?	177	127	7F	DEL
 .TE
@@ -125,6 +126,10 @@
 For convenience, let us give more compact tables in hex and decimal.
 .sp
 .nf
+.if t \{\
+.in 1i
+.ft CW
+\}
    2 3 4 5 6 7       30 40 50 60 70 80 90 100 110 120
  -------------      ---------------------------------
 0:   0 @ P \` p     0:    (  2  <  F  P  Z  d   n   x
@@ -143,6 +148,10 @@
 D: \- = M ] m }
 E: . > N ^ n ~
 F: / ? O _ o DEL
+.if t \{\
+.in
+.ft P
+\}
 .fi
 .SH NOTES
 .SS History

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

* Re: [PATCH] ascii(7) fix
       [not found] ` <49929CC2.60204-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
@ 2009-02-11 19:20   ` Michael Kerrisk
       [not found]     ` <cfd18e0f0902111120x29210768i2ec6eff12076e9f8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Kerrisk @ 2009-02-11 19:20 UTC (permalink / raw)
  To: Kir Kolyshkin; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Lesya Novaselskaya

Hi Kir,

On Wed, Feb 11, 2009 at 10:39 PM, Kir Kolyshkin <kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> wrote:
> Hi Michael,
>
> I just tried to print ascii(7) and found out the tables on the second page
> (compact ascii in hex and dec) are screwed because they do not use
> monospaced font. This is of course can not be seen on the terminal.
>
> Attached patch (against man-pages-3.18) fixes that by adding the proper .fn
> (code copy-pasted from the first table). I checked the result both in the
> terminal and on printer.

Thanks for the patch.  A couple of questions/comments below.

> diff -urN man-pages-3.18/man7/ascii.7 man-pages-3.18-my/man7/ascii.7
> --- man-pages-3.18/man7/ascii.7 2009-02-09 05:14:24.000000000 +0300
> +++ man-pages-3.18-my/man7/ascii.7      2009-02-11 12:34:35.000000000 +0300
> @@ -30,6 +30,7 @@
>  .\" Modified 1999-05-31 by Dimitri Papadopoulos (dpo-fBIn7JHAfCbUKx/7vDf7Bw@public.gmane.org)
>  .\" Modified 1999-08-08 by Michael Haardt (michael-8s1n8bisGiQ@public.gmane.org)
>  .\" Modified 2004-04-01 by aeb
> +.\" Modified 2009-02-11 by Kir Kolyshkin (kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org)

Nowadays, the in page change log usually only gets updated if there's
some major change to content.  Otherwise, it's all recorded in the git
changelog.  So I removed this line.

>  .\"
>  .TH ASCII 7 2009-02-04 "Linux" "Linux Programmer's Manual"
>  .SH NAME
> @@ -113,7 +114,7 @@
>  072    58      3A      :       172     122     7A      z
>  073    59      3B      ;       173     123     7B      {
>  074    60      3C      <       174     124     7C      |
> -075    61      3D      =       175     125     7D      }
> +075    61      3Di     =       175     125     7D      }

This piece looks to be a typo on your part?  I removed that piece of the change.

>  076    62      3E      >       176     126     7E      ~
>  077    63      3F      ?       177     127     7F      DEL
>  .TE
> @@ -125,6 +126,10 @@
>  For convenience, let us give more compact tables in hex and decimal.
>  .sp
>  .nf
> +.if t \{\
> +.in 1i
> +.ft CW
> +\}
>    2 3 4 5 6 7       30 40 50 60 70 80 90 100 110 120
>  -------------      ---------------------------------
>  0:   0 @ P \` p     0:    (  2  <  F  P  Z  d   n   x
> @@ -143,6 +148,10 @@
>  D: \- = M ] m }
>  E: . > N ^ n ~
>  F: / ? O _ o DEL
> +.if t \{\
> +.in
> +.ft P
> +\}
>  .fi
>  .SH NOTES
>  .SS History

Other than the points noted above, I have applied the patch for man-pages-3.19.

Cheers,

Michael

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ascii(7) fix
       [not found]     ` <cfd18e0f0902111120x29210768i2ec6eff12076e9f8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-02-12  6:52       ` Kir Kolyshkin
       [not found]         ` <4993C714.5000604-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Kir Kolyshkin @ 2009-02-12  6:52 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Lesya Novaselskaya

Michael Kerrisk wrote:
> Hi Kir,
>
> On Wed, Feb 11, 2009 at 10:39 PM, Kir Kolyshkin <kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> wrote:
>   
>> Hi Michael,
>>
>> I just tried to print ascii(7) and found out the tables on the second page
>> (compact ascii in hex and dec) are screwed because they do not use
>> monospaced font. This is of course can not be seen on the terminal.
>>
>> Attached patch (against man-pages-3.18) fixes that by adding the proper .fn
>> (code copy-pasted from the first table). I checked the result both in the
>> terminal and on printer.
>>     
>
> Thanks for the patch.  A couple of questions/comments below.
>
>   
>> diff -urN man-pages-3.18/man7/ascii.7 man-pages-3.18-my/man7/ascii.7
>> --- man-pages-3.18/man7/ascii.7 2009-02-09 05:14:24.000000000 +0300
>> +++ man-pages-3.18-my/man7/ascii.7      2009-02-11 12:34:35.000000000 +0300
>> @@ -30,6 +30,7 @@
>>  .\" Modified 1999-05-31 by Dimitri Papadopoulos (dpo-fBIn7JHAfCbUKx/7vDf7Bw@public.gmane.org)
>>  .\" Modified 1999-08-08 by Michael Haardt (michael-8s1n8bisGiQ@public.gmane.org)
>>  .\" Modified 2004-04-01 by aeb
>> +.\" Modified 2009-02-11 by Kir Kolyshkin (kir-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org)
>>     
>
> Nowadays, the in page change log usually only gets updated if there's
> some major change to content.  Otherwise, it's all recorded in the git
> changelog.  So I removed this line.
>   

Sure.

BTW I have overlooked that there's a git repo available for man-pages; I 
though if it exists it should be noted at 
http://www.kernel.org/doc/man-pages/patches.html page so I looked no 
further. I suggest you to add a note about git repo to it.

>   
>>  .\"
>>  .TH ASCII 7 2009-02-04 "Linux" "Linux Programmer's Manual"
>>  .SH NAME
>> @@ -113,7 +114,7 @@
>>  072    58      3A      :       172     122     7A      z
>>  073    59      3B      ;       173     123     7B      {
>>  074    60      3C      <       174     124     7C      |
>> -075    61      3D      =       175     125     7D      }
>> +075    61      3Di     =       175     125     7D      }
>>     
>
> This piece looks to be a typo on your part?  I removed that piece of the change.
>   

Oops, looks like I have attached the wrong version of the patch :( Yes 
it's a typo.

On that line there's a space after the '=', then tab, while on the other 
lines there is only a tab. I though it's a bug and removed the space, 
but found out it have a special effect while used inside a table: a line 
of === appears. So I added the space back but apparently added some 
junk, too...

>   
>>  076    62      3E      >       176     126     7E      ~
>>  077    63      3F      ?       177     127     7F      DEL
>>  .TE
>> @@ -125,6 +126,10 @@
>>  For convenience, let us give more compact tables in hex and decimal.
>>  .sp
>>  .nf
>> +.if t \{\
>> +.in 1i
>> +.ft CW
>> +\}
>>    2 3 4 5 6 7       30 40 50 60 70 80 90 100 110 120
>>  -------------      ---------------------------------
>>  0:   0 @ P \` p     0:    (  2  <  F  P  Z  d   n   x
>> @@ -143,6 +148,10 @@
>>  D: \- = M ] m }
>>  E: . > N ^ n ~
>>  F: / ? O _ o DEL
>> +.if t \{\
>> +.in
>> +.ft P
>> +\}
>>  .fi
>>  .SH NOTES
>>  .SS History
>>     
>
> Other than the points noted above, I have applied the patch for man-pages-3.19.
>   

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ascii(7) fix
       [not found]         ` <4993C714.5000604-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
@ 2009-02-12 10:16           ` Michael Kerrisk
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2009-02-12 10:16 UTC (permalink / raw)
  To: Kir Kolyshkin; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Lesya Novaselskaya

Hi Kir,

> BTW I have overlooked that there's a git repo available for man-pages; I
> though if it exists it should be noted at
> http://www.kernel.org/doc/man-pages/patches.html page so I looked no
> further. I suggest you to add a note about git repo to it.

Good point.  I had updated the downloads page to mention the git repo,
but not the patches page.  Fixed now.

Cheers,

Michael

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2009-02-12 10:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-11  9:39 [PATCH] ascii(7) fix Kir Kolyshkin
     [not found] ` <49929CC2.60204-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
2009-02-11 19:20   ` Michael Kerrisk
     [not found]     ` <cfd18e0f0902111120x29210768i2ec6eff12076e9f8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-12  6:52       ` Kir Kolyshkin
     [not found]         ` <4993C714.5000604-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org>
2009-02-12 10:16           ` Michael Kerrisk

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.