summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/proc.txt
diff options
context:
space:
mode:
authorLeonardo Chiquitto2008-02-03 15:17:16 +0100
committerAdrian Bunk2008-02-03 15:17:16 +0100
commit2e01e00e768ef42fb5b8804cd1b9b47b26d59ec5 (patch)
tree25e451ce3fc6d2742d5f7d4a1d5651c8c9e812e9 /Documentation/filesystems/proc.txt
parentradix_tree.h trivial comment correction (diff)
downloadkernel-qcow2-linux-2e01e00e768ef42fb5b8804cd1b9b47b26d59ec5.tar.gz
kernel-qcow2-linux-2e01e00e768ef42fb5b8804cd1b9b47b26d59ec5.tar.xz
kernel-qcow2-linux-2e01e00e768ef42fb5b8804cd1b9b47b26d59ec5.zip
Documentation: missing proc/$PID/stat field
There's a missing field in the /proc/$PID/stat output documented in Documentation/filesystems/proc.txt. Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation/filesystems/proc.txt')
-rw-r--r--Documentation/filesystems/proc.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 194c8f351320..0b1b0c008613 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -216,6 +216,7 @@ Table 1-3: Contents of the stat files (as of 2.6.22-rc3)
priority priority level
nice nice level
num_threads number of threads
+ it_real_value (obsolete, always 0)
start_time time the process started after system boot
vsize virtual memory size
rss resident set memory size