diff --git a/man3/pthread_getcpuclockid.3 b/man3/pthread_getcpuclockid.3 index 6a9068839..cc2db052b 100644 --- a/man3/pthread_getcpuclockid.3 +++ b/man3/pthread_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 PTHREAD_GETCPUCLOCKID 3 2009-01-13 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_GETCPUCLOCKID 3 2009-02-08 "Linux" "Linux Programmer's Manual" .SH NAME pthread_getcpuclockid \- retrieve ID of a thread's CPU time clock .SH SYNOPSIS @@ -29,7 +29,7 @@ pthread_getcpuclockid \- retrieve ID of a thread's CPU time clock .B #include .B #include -.BI "int pthread_getcpuclockid(pthread_t *" thread ", clockid_t *" clock_id); +.BI "int pthread_getcpuclockid(pthread_t " thread ", clockid_t *" clock_id); .sp Compile and link with \fI\-pthread\fP. .SH DESCRIPTION