ascii.7: Fix formatting of tables on second page to use monospaced font

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Kir Kolyshkin 2009-02-11 08:18:08 +13:00 committed by Michael Kerrisk
parent 02539b88ba
commit e69aa6c897
1 changed files with 9 additions and 1 deletions

View File

@ -31,7 +31,7 @@
.\" Modified 1999-08-08 by Michael Haardt (michael@moria.de)
.\" Modified 2004-04-01 by aeb
.\"
.TH ASCII 7 2009-02-04 "Linux" "Linux Programmer's Manual"
.TH ASCII 7 2009-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME
ascii \- the ASCII character set encoded in octal, decimal, and hexadecimal
.SH DESCRIPTION
@ -125,6 +125,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 +147,10 @@ C: , < L \e l |
D: \- = M ] m }
E: . > N ^ n ~
F: / ? O _ o DEL
.if t \{\
.in
.ft P
\}
.fi
.SH NOTES
.SS History