From: Andrew Morton Subject: c-r-procfs-add-start_data-end_data-start_brk-members-to-proc-pid-stat-v4-fix Cc: "Eric W. Biederman" Cc: Alexey Dobriyan Cc: Andrew Vagin Cc: Cyrill Gorcunov Cc: KAMEZAWA Hiroyuki Cc: Kees Cook Cc: Serge Hallyn Cc: Tejun Heo Cc: Vasiliy Kulikov Signed-off-by: Andrew Morton --- Documentation/filesystems/proc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.git/Documentation/filesystems/proc.txt =================================================================== --- linux-2.6.git.orig/Documentation/filesystems/proc.txt +++ linux-2.6.git/Documentation/filesystems/proc.txt @@ -307,7 +307,7 @@ Table 1-4: Contents of the stat files (a cgtime guest time of the task children in jiffies start_data address above which program data+bss is placed end_data address below which program data+bss is placed - start_brk address above which program heap can be expaned with brk() call + start_brk address above which program heap can be expanded with brk() .............................................................................. The /proc/PID/maps file containing the currently mapped memory regions and