tags 498464 fixed-upstream
thanks

On 9/10/08, Török Edwin <[EMAIL PROTECTED]> wrote:
> Package: manpages-dev
>  Version: 3.07-1
>  Severity: normal
>
>
>  The manpage specifies the wrong prototype:
>        int clock_getcpuclockid(pid_t pid, clockid_t clock_id);
>
>  The second parameter is a pointer, as can be seen in time.h:
>         extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) 
> __THROW;
>
>  Thus a correct prototype for the manpage would be:
>        int clock_getcpuclockid(pid_t pid, clockid_t *clock_id);

Fixed for man-pages-3.09.

Thanks!

Michael
-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to