pid_t getsid(pid_t pid) manpage.

Tigran Aivazian (tigran@sco.COM)
Wed, 20 May 1998 16:02:08 +0100 (BST)


Hello,

There is no linux-manpages mailing list and I didn't find out who is the
current maintainer of manpages so I would like to mention that the manpage
for getsid(2) system call (as found in RedHat 5.0) is wrong, it should
prototype it as:

pid_t getsid(pid_t pid)

instead of:

pid_t getsid(void)

and also mention #include <sys/types.h> for the sake of pid_t.

Thanks
Tigran.
-----------------------------------------------------
Tigran A. Aivazian | http://www.sco.com/
Escalations Research Group | Email: tigran@sco.com
Santa Cruz Operation Ltd | Ext: 6796
United Kingdom |

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu