From f6d908ca5f4676ec4a2ccee788abdb02e4f1cbd4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 7 Feb 2009 22:23:45 +1300 Subject: [PATCH] pthread_getcpuclockid.3: SYNOPSIS: fix type of 'thread' Signed-off-by: Michael Kerrisk --- man3/pthread_getcpuclockid.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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