diff options
Diffstat (limited to 'Documentation/filesystems/proc.txt')
| -rw-r--r-- | Documentation/filesystems/proc.txt | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index 96a44dd95e0..1e359b62c40 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -195,7 +195,7 @@ asynchronous manner and the vaule may not be very precise. To see a precise  snapshot of a moment, you can see /proc/<pid>/smaps file and scan page table.  It's slow but very precise. -Table 1-2: Contents of the statm files (as of 2.6.30-rc7) +Table 1-2: Contents of the status files (as of 2.6.30-rc7)  ..............................................................................   Field                       Content   Name                        filename of the executable @@ -316,7 +316,7 @@ address           perms offset  dev   inode      pathname  08049000-0804a000 rw-p 00001000 03:00 8312       /opt/test  0804a000-0806b000 rw-p 00000000 00:00 0          [heap]  a7cb1000-a7cb2000 ---p 00000000 00:00 0 -a7cb2000-a7eb2000 rw-p 00000000 00:00 0          [threadstack:001ff4b4] +a7cb2000-a7eb2000 rw-p 00000000 00:00 0  a7eb2000-a7eb3000 ---p 00000000 00:00 0  a7eb3000-a7ed5000 rw-p 00000000 00:00 0  a7ed5000-a8008000 r-xp 00000000 03:00 4222       /lib/libc.so.6 @@ -352,7 +352,6 @@ is not associated with a file:   [stack]                  = the stack of the main process   [vdso]                   = the "virtual dynamic shared object",                              the kernel system call handler - [threadstack:xxxxxxxx]   = the stack of the thread, xxxxxxxx is the stack size   or if empty, the mapping is anonymous.  |