SEE ALSO: Add clock_getcpuclockid(3).

This commit is contained in:
Michael Kerrisk 2008-08-11 10:55:31 +00:00
parent ad6eeaf0f3
commit edf60acbe8
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@
.\" 2003-08-24 aeb, large parts rewritten
.\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, SMP note
.\"
.TH CLOCK_GETRES 3 2007-07-26 "" "Linux Programmer's Manual"
.TH CLOCK_GETRES 3 2008-08-11 "" "Linux Programmer's Manual"
.SH NAME
clock_getres, clock_gettime, clock_settime \- clock and time functions
.SH SYNOPSIS
@ -207,6 +207,7 @@ negligible in most cases.
.BR gettimeofday (2),
.BR settimeofday (2),
.BR time (2),
.BR clock_getcpuclockid (3),
.BR ctime (3),
.BR ftime (3),
.BR sysconf (3),

View File

@ -23,7 +23,7 @@
.\" 2008-06-24, mtk: added some details about where jiffies come into
.\" play; added section on high-resolution timers.
.\"
.TH TIME 7 2008-06-25 "Linux" "Linux Programmer's Manual"
.TH TIME 7 2008-08-11 "Linux" "Linux Programmer's Manual"
.SH NAME
time \- overview of time and timers
.SH DESCRIPTION
@ -191,6 +191,7 @@ and
.BR utime (2),
.BR adjtime (3),
.BR clock (3),
.BR clock_getcpuclockid (3),
.BR ctime (3),
.BR sleep (3),
.BR strftime (3),