clock_getcpuclockid.3: SEE ALSO: add pthread_getcpuclockid(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-07 21:47:42 +13:00
parent 1ba3fba8a7
commit 3f97f5a8d1
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CLOCK_GETCPUCLOCKID 3 2008-08-10 "Linux" "Linux Programmer's Manual"
.TH CLOCK_GETCPUCLOCKID 3 2009-02-08 "Linux" "Linux Programmer's Manual"
.SH NAME
clock_getcpuclockid \- obtain ID of a process CPU-time clock
.SH SYNOPSIS
@ -142,4 +142,5 @@ main(int argc, char *argv[])
.fi
.SH SEE ALSO
.BR clock_getres (3),
.BR pthread_getcpuclockid (3),
.BR time (7)