master
Move sigwait(3) from libpthread to libc
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
in the SYNOPSIS, make void function arguments explicit
.Lb libpthread ; significant help and OK from guenther@ and tedu@
Switch misuse of .Ft to the more appropriate .Vt macro, and remove useless quoting of .Ft arguments.
Clarify pthread_rwlockattr_destroy is for use with an attributes object
Add more precise wording to the pthread_rwlockattr_init(3) synopsis
The pthread_sigmask(3) function is a special case. The POSIX specification of the c99 utility explicitly requires it to be declared in <signal.h> (and not in <pthread.h>) and yet allows it to require -lpthread. While OpenBSD does not require -lpthread and provides the function in libc, which POSIX permits, specifying -lpthread can do no harm and may improve portability, so say .Lb libpthread here, too. Requested by guenther@.
Clarify these functions are about an attributes object