aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-12-26 23:46:09 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-12-26 23:47:50 +0100
commitcb42fb568285d82bbeae097f4a3137a1eedbf2a5 (patch)
treed868b634c5e4659b3ccf14ca5d11f7a0c67c2acc
parent04dcb3c8f880736f42db87cb2691f64d9f114f9b (diff)
downloadman-pages-cb42fb568285d82bbeae097f4a3137a1eedbf2a5.tar.gz
proc.5: Add field numbers for /proc/[pid]/statm
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553413 Reported-by: Samuel Thibault <sthibault@debian.org> Reported-by: Simon Paillard <spaillard@debian.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man5/proc.514
1 files changed, 7 insertions, 7 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 8c24e255e3..c29eacc7ee 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1022,17 +1022,17 @@ The columns are:
.in +4n
.nf
-size total program size
+size (1) total program size
(same as VmSize in \fI/proc/[pid]/status\fP)
-resident resident set size
+resident (2) resident set size
(same as VmRSS in \fI/proc/[pid]/status\fP)
-share shared pages (i.e., backed by a file)
-text text (code)
+share (3) shared pages (i.e., backed by a file)
+text (4) text (code)
.\" (not including libs; broken, includes data segment)
-lib library (unused in Linux 2.6)
-data data + stack
+lib (5) library (unused in Linux 2.6)
+data (6) data + stack
.\" (including libs; broken, includes library text)
-dt dirty pages (unused in Linux 2.6)
+dt (7) dirty pages (unused in Linux 2.6)
.fi
.in
.TP