getrusage.2: ru_inblock and ru_oublock are now implemented

These fields of the rusage structure are filled in since
Linux 2.6.22.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-08-25 11:00:44 +02:00
parent 361640b813
commit 6f6a9bc76e
1 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,7 @@
.\" 2008-02-22, Sripathi Kodi <sripathik@in.ibm.com>: Document RUSAGE_THREAD
.\" 2008-05-25, mtk, clarify RUSAGE_CHILDREN + other clean-ups.
.\"
.TH GETRUSAGE 2 2008-10-06 "Linux" "Linux Programmer's Manual"
.TH GETRUSAGE 2 2009-08-25 "Linux" "Linux Programmer's Manual"
.SH NAME
getrusage \- get resource usage
.SH SYNOPSIS
@ -153,6 +153,11 @@ Since Linux 2.6,
and
.I ru_nivcsw
are also maintained.
Since Linux 2.6.22,
.I ru_inblock
and
.I ru_oublock
are also maintained.
See also the description of
.IR /proc/PID/stat