Blame SOURCES/1086994-mpo-7.1.0-proc.5.patch

5a015b
From e2f304ae4d80cca575c13d9fd2cdb48b664442db Mon Sep 17 00:00:00 2001
5a015b
From: Jan Chaloupka <jchaloup@redhat.com>
5a015b
Date: Tue, 30 Sep 2014 14:38:14 +0200
5a015b
Subject: [PATCH] proc.5 adding missing fields
5a015b
5a015b
---
5a015b
 man-pages/man5/proc.5 | 24 ++++++++++++++++++++++++
5a015b
 1 file changed, 24 insertions(+)
5a015b
5a015b
diff --git a/man-pages/man5/proc.5 b/man-pages/man5/proc.5
5a015b
index c6156f9..ae3bbf0 100644
5a015b
--- a/man-pages/man5/proc.5
5a015b
+++ b/man-pages/man5/proc.5
5a015b
@@ -1242,6 +1242,30 @@ for a guest operating system), measured in clock ticks (divide by
5a015b
 \fIcguest_time\fP %ld (since Linux 2.6.24)
5a015b
 (44) Guest time of the process's children, measured in clock ticks (divide by
5a015b
 .IR sysconf(_SC_CLK_TCK) ).
5a015b
+.TP
5a015b
+\fIstart_data\fP %lu (since Linux 3.3)
5a015b
+(45) Address above which program data+bss is placed.
5a015b
+.TP
5a015b
+\fIend_data\fP %lu (since Linux 3.3)
5a015b
+(46) Address below which program data+bss is placed.
5a015b
+.TP
5a015b
+\fIstart_brk\fP %lu (since Linux 3.3)
5a015b
+(47) Address above which program heap can be expanded with brk().
5a015b
+.TP
5a015b
+\fIarg_start\fP %lu (since Linux 3.5)
5a015b
+(48) Address above which program command line is placed.
5a015b
+.TP
5a015b
+\fIarg_end\fP %lu (since Linux 3.5)
5a015b
+(49) Address below which program command line is placed.
5a015b
+.TP
5a015b
+\fIenv_start\fP %lu (since Linux 3.5)
5a015b
+(50) Address above which program environment is placed.
5a015b
+.TP
5a015b
+\fIenv_end\fP %lu (since Linux 3.5)
5a015b
+(51) Address below which program environment is placed.
5a015b
+.TP
5a015b
+\fIexit_code\fP %d (since Linux 3.5)
5a015b
+(52) The thread's exit_code in the form reported by the waitpid system.
5a015b
 .RE
5a015b
 .TP
5a015b
 .I /proc/[pid]/statm
5a015b
-- 
5a015b
1.9.3
5a015b