Date: Fri, 17 Mar 2000 19:55:26 -0500 From: Randall Hopper <aa8vb@ipass.net> To: stable@freebsd.org Subject: Missing man pages: ld.so, sigwait() Message-ID: <20000317195526.A24340@ipass.net>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000317195526.A24340>