From 48e4be926d874c71c125d86bc05d0c40bdc093aa Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Wed, 30 May 2012 21:41:17 +1000 Subject: [PATCH] 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 --- vmstat.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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