From 9324dda5ab23ca572b493f5fab4d792c63a00470 Mon Sep 17 00:00:00 2001 From: Luis Garces-Erice Date: Sun, 6 Dec 2009 18:30:44 -0800 Subject: [PATCH] --- yaml --- r: 173223 b: refs/heads/master c: e3cc2226e99cfadbf300dde892c4a16d742a0856 h: refs/heads/master i: 173221: 30027bfdb636e740355204e7d29655a20e05cae4 173219: d9d58f5fe5c6883749e25a9749ba9ef5146038c3 173215: a85ee31a85c7c474a5c91d62f825a8f20f056c62 v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/proc.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6b684297c78d..8a09d5c7368b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bfc9dcabd513334c1d888ab66f7b7d84a3159571 +refs/heads/master: e3cc2226e99cfadbf300dde892c4a16d742a0856 diff --git a/trunk/Documentation/filesystems/proc.txt b/trunk/Documentation/filesystems/proc.txt index 4af0018533f2..94b9f2056f4c 100644 --- a/trunk/Documentation/filesystems/proc.txt +++ b/trunk/Documentation/filesystems/proc.txt @@ -1089,8 +1089,8 @@ The "processes" line gives the number of processes and threads created, which includes (but is not limited to) those created by calls to the fork() and clone() system calls. -The "procs_running" line gives the number of processes currently running on -CPUs. +The "procs_running" line gives the total number of threads that are +running or ready to run (i.e., the total number of runnable threads). The "procs_blocked" line gives the number of processes currently blocked, waiting for I/O to complete.