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 <csmall@enc.com.au>
This commit is contained in:
Jaromir Capik 2012-05-30 21:41:17 +10:00 committed by Craig Small
parent ca03e0280f
commit 48e4be926d

View File

@ -84,7 +84,7 @@ Display help and exit.
.SS .SS
.B "Procs" .B "Procs"
.nf .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. b: The number of processes in uninterruptible sleep.
.fi .fi
.PP .PP