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);


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages manpages-dev depends on:
ii  manpages                      3.07-1     Manual pages about using a GNU/Lin

manpages-dev recommends no packages.

Versions of packages manpages-dev suggests:
ii  konqueror [man-browser] 4:3.5.9.dfsg.1-5 KDE's advanced file manager, web b
ii  man-db [man-browser]    2.5.2-2          on-line manual pager

-- no debconf information



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

Reply via email to