]> granicus.if.org Git - procps-ng/commitdiff
Minor fix with vmstat manpage for r column
authorJaromir Capik <jcapik@redhat.com>
Wed, 30 May 2012 11:41:17 +0000 (21:41 +1000)
committerCraig Small <csmall@enc.com.au>
Wed, 30 May 2012 11:41:17 +0000 (21:41 +1000)
The r column can mean a waiting to run OR running process. This is
cleared up in the man page now.

Signed-off-by: Craig Small <csmall@enc.com.au>
vmstat.8

index 6e7d4b7c0d2133e9ef690d2d5477f743c101e19b..d61b1aa9fad06e4445f5f83ab88e236c8a08db4b 100644 (file)
--- a/vmstat.8
+++ b/vmstat.8
@@ -84,7 +84,7 @@ Display help and exit.
 .SS
 .B "Procs"
 .nf
-r: The number of processes waiting for run time.
+r: The number of runnable processes (running or waiting for run time).
 b: The number of processes in uninterruptible sleep.
 .fi
 .PP