From 2e01e00e768ef42fb5b8804cd1b9b47b26d59ec5 Mon Sep 17 00:00:00 2001
From: Leonardo Chiquitto <leonardo@iken.com.br>
Date: Sun, 3 Feb 2008 16:17:16 +0200
Subject: [PATCH] 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>
---
 Documentation/filesystems/proc.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 194c8f3513206..0b1b0c0086137 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
-- 
GitLab