proc.5: Fix description of fourth field of /proc/loadavg

SIgned-off-by: Elie De Brauwer <eliedebrauwer@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Elie De Brauwer 2012-02-08 06:20:46 +13:00 committed by Michael Kerrisk
parent a7bd22c67a
commit 78fc91ec1b
1 changed files with 3 additions and 4 deletions

View File

@ -58,7 +58,7 @@
.\" to see what information could be imported from that file
.\" into this file.
.\"
.TH PROC 5 2011-10-04 "Linux" "Linux Programmer's Manual"
.TH PROC 5 2012-02-08 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-file system
.SH DESCRIPTION
@ -1351,9 +1351,8 @@ They are the same as the load average numbers given by
.BR uptime (1)
and other programs.
The fourth field consists of two numbers separated by a slash (/).
The first of these is the number of currently executing kernel
scheduling entities (processes, threads);
this will be less than or equal to the number of CPUs.
The first of these is the number of currently runnable kernel
scheduling entities (processes, threads).
The value after the slash is the number of kernel scheduling entities
that currently exist on the system.
The fifth field is the PID of the process that was most