From 3f97f5a8d1b04e983663d8d749aad0c64dbd0ed1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 7 Feb 2009 21:47:42 +1300 Subject: [PATCH] clock_getcpuclockid.3: SEE ALSO: add pthread_getcpuclockid(3) Signed-off-by: Michael Kerrisk --- man3/clock_getcpuclockid.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man3/clock_getcpuclockid.3 b/man3/clock_getcpuclockid.3 index 818af1c4e..ffca7134b 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)