getrusage.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-16 11:00:37 +02:00
parent 20ae960c67
commit 03bd54153c
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ The resource usages are returned in the structure pointed to by
which has the following form:
.PP
.in +4n
.nf
.EX
struct rusage {
struct timeval ru_utime; /* user CPU time used */
struct timeval ru_stime; /* system CPU time used */
@ -97,7 +97,7 @@ struct rusage {
long ru_nvcsw; /* voluntary context switches */
long ru_nivcsw; /* involuntary context switches */
};
.fi
.EE
.in
.PP
Not all fields are completed;