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 /man5/proc.5 | |
| 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 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 42d3465f51..08f9e4f2db 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -3544,7 +3544,7 @@ It is more eligible to be reclaimed for other purposes. .IR HighTotal " %lu" (Starting with Linux 2.6.19, \fBCONFIG_HIGHMEM\fP is required.) Total amount of highmem. -Highmem is all memory above ~860 MB of physical memory. +Highmem is all memory above \(ti860 MB of physical memory. Highmem areas are for use by user-space programs, or for the page cache. The kernel must use tricks to access |
