pthread_getcpuclockid.3: SYNOPSIS: fix type of 'thread'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-07 22:23:45 +13:00
parent 3f97f5a8d1
commit f6d908ca5f
1 changed files with 2 additions and 2 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 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 <pthread.h>
.B #include <time.h>
.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