diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-08-06 21:43:46 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-08-06 22:25:11 +0200 |
| commit | af2d18b2c26ede995f8e41c5a8fe3ad6331dce98 (patch) | |
| tree | a7cda54bb4be7e53fd244f0fd34954f39d6c73b9 /man7/ascii.7 | |
| parent | 18f49d756386f66eb2990b4e607069e98f820ce3 (diff) | |
| download | man-pages-af2d18b2c26ede995f8e41c5a8fe3ad6331dce98.tar.gz | |
intro.1, clock_getres.2, clone.2, futex.2, ioctl_fat.2, mkdir.2, mknod.2, mmap.2, open.2, statx.2, umask.2, userfaultfd.2, glob.3, mkfifo.3, termios.3, wordexp.3, console_codes.4, sk98lin.4, vcs.4, dir_colors.5, hosts.equiv.5, proc.5, termcap.5, utmp.5, ascii.7, bpf-helpers.7, charsets.7, environ.7, glob.7, mailaddr.7, netlink.7, operator.7, suffixes.7, tcp.7, unicode.7, uri.7, zic.8: Use "\(ti" instead of "~"
A naked tilde ("~") renders poorly in PDF. Instead use "\(ti",
which renders better in a PDF, and produces the same glyph
when rendering on a terminal.
Reported-by: Geoff Clare <gwc@opengroup.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/ascii.7')
| -rw-r--r-- | man7/ascii.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/ascii.7 b/man7/ascii.7 index 2f66e17e53..ff3cd32704 100644 --- a/man7/ascii.7 +++ b/man7/ascii.7 @@ -113,7 +113,7 @@ _ 073 59 3B ; 173 123 7B { 074 60 3C < 174 124 7C | 075 61 3D = 175 125 7D } -076 62 3E > 176 126 7E ~ +076 62 3E > 176 126 7E \(ti 077 63 3F ? 177 127 7F DEL .TE .if t \{\ @@ -136,7 +136,7 @@ For convenience, below are more compact tables in hex and decimal. 3: # 3 C S c s 3: ! + 5 ? I S ] g q { 4: $ 4 D T d t 4: " , 6 @ J T ^ h r | 5: % 5 E U e u 5: # \- 7 A K U _ i s } -6: & 6 F V f v 6: $ . 8 B L V \` j t ~ +6: & 6 F V f v 6: $ . 8 B L V \` j t \(ti 7: \(aq 7 G W g w 7: % / 9 C M W a k u DEL 8: ( 8 H X h x 8: & 0 : D N X b l v 9: ) 9 I Y i y 9: \(aq 1 ; E O Y c m w @@ -144,7 +144,7 @@ A: * : J Z j z B: + ; K [ k { C: , < L \e l | D: \- = M ] m } -E: . > N ^ n ~ +E: . > N ^ n \(ti F: / ? O _ o DEL .if t \{\ .in |
