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

This commit is contained in:
Michael Kerrisk 2008-08-28 11:13:21 +00:00
parent 77b802ec67
commit dafba96a51
1 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@
.\" Modified 14 Jun 2002, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on differences from other Unix systems with respect to
.\" waited-for children.
.TH CLOCK 3 2002-06-14 "GNU" "Linux Programmer's Manual"
.TH CLOCK 3 2008-08-28 "GNU" "Linux Programmer's Manual"
.SH NAME
clock \- Determine processor time
.SH SYNOPSIS
@ -83,4 +83,5 @@ function, which explicitly returns (separate) information about the
caller and its children, may be preferable.
.SH "SEE ALSO"
.BR getrusage (2),
.BR times (2)
.BR times (2),
.BR clock_gettime (3)