From: Jaromir Capik Date: Wed, 30 May 2012 11:41:17 +0000 (+1000) Subject: Minor fix with vmstat manpage for r column X-Git-Tag: v3.3.4~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48e4be926d874c71c125d86bc05d0c40bdc093aa;p=procps-ng Minor fix with vmstat manpage for r column 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 --- diff --git a/vmstat.8 b/vmstat.8 index 6e7d4b7c..d61b1aa9 100644 --- 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