sigwait is available but there's no man page. Also I don't find one
for ld.so, though it's mentioned in the ldd man page.
Worth a PR?
Randall
# grep sigwait /usr/include/signal.h
int sigwait __P((const sigset_t *, int *));
int sigwaitinfo __P((const sigset_t *, siginfo_t *));
# apropos sigwait
sigwait: nothing appropriate
# man sigwait
No manual entry for sigwait
# apropos ld.so
ld.so: nothing appropriate
# man ld.so
No manual entry for ld.so
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message