From e69aa6c89761379b8caf694e140a98a5ceac69d9 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 11 Feb 2009 08:18:08 +1300 Subject: [PATCH] ascii.7: Fix formatting of tables on second page to use monospaced font Signed-off-by: Michael Kerrisk --- man7/ascii.7 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man7/ascii.7 b/man7/ascii.7 index 7b3ccae4b..ce8c2486d 100644 --- a/man7/ascii.7 +++ b/man7/ascii.7 @@ -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