aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Prévot <taffit@debian.org>2012-11-05 17:02:55 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-11-05 17:02:55 +0100
commit7bccb7d474cd7c9ae4d3e9c7b6d82544a2938677 (patch)
tree416d5145e34c96b34e1b22b462165a274681c543
parentb33062e53bc0c78a2dc79f6544e3e1579617ac36 (diff)
downloadman-pages-7bccb7d474cd7c9ae4d3e9c7b6d82544a2938677.tar.gz
proc.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.515
1 files changed, 11 insertions, 4 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index e076fc6c7d..71b5c3f90f 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1417,7 +1417,8 @@ Total usable RAM (i.e. physical RAM minus a few reserved
bits and the kernel binary code)
.TP
.IR MemFree " %lu"
-The sum of LowFree+HighFree.
+The sum of
+.IR LowFree + HighFree .
.TP
.IR Buffers " %lu"
Relatively temporary storage for raw disk blocks
@@ -1486,7 +1487,9 @@ Lowmem is memory which can be used for everything that
highmem can be used for, but it is also available for the
kernel's use for its own data structures.
Among many other things,
-it is where everything from the Slab is allocated.
+it is where everything from the
+.I Slab
+is allocated.
Bad things happen when you're out of lowmem.
.TP
.IR LowFree " %lu
@@ -1523,10 +1526,14 @@ Files which have been mmaped, such as libraries.
In-kernel data structures cache.
.TP
.IR SReclaimable " %lu (since Linux 2.6.19)"
-Part of Slab, that might be reclaimed, such as caches.
+Part of
+.IR Slab ,
+that might be reclaimed, such as caches.
.TP
.IR SUnreclaim " %lu (since Linux 2.6.19)"
-Part of Slab, that cannot be reclaimed on memory pressure.
+Part of
+.IR Slab ,
+that cannot be reclaimed on memory pressure.
.TP
.IR KernelStack " %lu (since Linux 2.6.32)"
Amount of memory allocated to kernel stacks.