]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
c-r-procfs-add-start_data-end_data-start_brk-members-to-proc-pid-stat-v4-fix
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 16 Dec 2011 04:50:50 +0000 (15:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 19 Dec 2011 07:19:58 +0000 (18:19 +1100)
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Andrew Vagin <avagin@openvz.org>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Serge Hallyn <serge.hallyn@canonical.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Vasiliy Kulikov <segoon@openwall.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/filesystems/proc.txt

index 59be7d62aeca25ea4a59a258e2f1b2ab3f43b9a8..a76a26a1db8a6fe855b0eeea32dee251296c0c8a 100644 (file)
@@ -309,7 +309,7 @@ Table 1-4: Contents of the stat files (as of 2.6.30-rc7)
   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