summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-05-29 09:40:02 +0000
committerderaadt <deraadt@openbsd.org>2017-05-29 09:40:02 +0000
commitb203dfbc0be83a7ea7eebcfacf10c1b49349ab54 (patch)
tree6b12626afd1d11db827cdd1dc7650de7c9fae49f /lib/libpthread
parentsync (diff)
downloadwireguard-openbsd-b203dfbc0be83a7ea7eebcfacf10c1b49349ab54.tar.xz
wireguard-openbsd-b203dfbc0be83a7ea7eebcfacf10c1b49349ab54.zip
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
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_sigmask.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3
index 983ff4d3ee8..1300f9fec36 100644
--- a/lib/libpthread/man/pthread_sigmask.3
+++ b/lib/libpthread/man/pthread_sigmask.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_sigmask.3,v 1.10 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_sigmask.3,v 1.11 2017/05/29 09:40:02 deraadt Exp $
.\"
.\"
.\" David Leonard, 1999. Public Domain.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: May 29 2017 $
.Dt PTHREAD_SIGMASK 3
.Os
.Sh NAME
@@ -64,7 +64,7 @@ is not one of the defined values.
.Xr sigprocmask 2 ,
.Xr sigsuspend 2 ,
.Xr pthreads 3 ,
-.Xr sigsetops 3
+.Xr sigaddset 3
.Sh STANDARDS
.Fn pthread_sigmask
conforms to