It is distasteful to have manual pages which don't refer to real
authorderaadt <deraadt@openbsd.org>
Mon, 29 May 2017 09:40:02 +0000 (09:40 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 29 May 2017 09:40:02 +0000 (09:40 +0000)
commitb203dfbc0be83a7ea7eebcfacf10c1b49349ab54
tree6b12626afd1d11db827cdd1dc7650de7c9fae49f
parent6d23d1fb1e9b01c8f942bddf30640a4cc7d693b9
It is distasteful to have manual pages which don't refer to real
function calls, but instead a "class" of functions like "sigsetops".
Rename to sigaddset", and while at it improve documentation in sigprocmask(2)
to point to it.
ok tedu
12 files changed:
lib/libc/compat-43/sigblock.3
lib/libc/compat-43/sigsetmask.3
lib/libc/compat-43/sigvec.3
lib/libc/gen/Makefile.inc
lib/libc/gen/posix_spawnattr_getpgroup.3
lib/libc/gen/sigaddset.3 [new file with mode: 0644]
lib/libc/gen/sigsetops.3 [deleted file]
lib/libc/sys/sigaction.2
lib/libc/sys/sigpending.2
lib/libc/sys/sigprocmask.2
lib/libc/sys/sigsuspend.2
lib/libpthread/man/pthread_sigmask.3