diff --git a/man5/proc.5 b/man5/proc.5 index 8c24e255e..c29eacc7e 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