SEE ALSO: Add clock(3), clock_gettime(3).

This commit is contained in:
Michael Kerrisk 2008-08-28 11:16:36 +00:00
parent dafba96a51
commit 0302f1019a
1 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,7 @@
.\" 2008-02-22, Sripathi Kodi <sripathik@in.ibm.com>: Document RUSAGE_THREAD .\" 2008-02-22, Sripathi Kodi <sripathik@in.ibm.com>: Document RUSAGE_THREAD
.\" 2008-05-25, mtk, clarify RUSAGE_CHILDREN + other clean-ups. .\" 2008-05-25, mtk, clarify RUSAGE_CHILDREN + other clean-ups.
.\" .\"
.TH GETRUSAGE 2 2008-07-15 "Linux" "Linux Programmer's Manual" .TH GETRUSAGE 2 2008-08-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getrusage \- get resource usage getrusage \- get resource usage
.SH SYNOPSIS .SH SYNOPSIS
@ -159,4 +159,6 @@ in
.BR getrlimit (2), .BR getrlimit (2),
.BR times (2), .BR times (2),
.BR wait (2), .BR wait (2),
.BR wait4 (2) .BR wait4 (2),
.BR clock (3),
.BR clock_gettime (3)