aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-02-07 21:47:42 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-09 12:28:54 +1300
commit3f97f5a8d1b04e983663d8d749aad0c64dbd0ed1 (patch)
treea1bed0f81947a4116886d521085a13c93fcef1cd
parent1ba3fba8a7ca7af3509a3e3608593dd7ea39f532 (diff)
downloadman-pages-3f97f5a8d1b04e983663d8d749aad0c64dbd0ed1.tar.gz
clock_getcpuclockid.3: SEE ALSO: add pthread_getcpuclockid(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/clock_getcpuclockid.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/clock_getcpuclockid.3 b/man3/clock_getcpuclockid.3
index 818af1c4e2..ffca7134be 100644
--- a/man3/clock_getcpuclockid.3
+++ b/man3/clock_getcpuclockid.3
@@ -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)