summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-05-29 09:40:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-05-29 09:40:03 +0000
commitcc871121629b786f33c1bb7272fab04899e324d0 (patch)
tree0b7bc89d0dc8de3d860e41488731467029d465b0 /lib/libpthread
parenta54058d8d5e16be4a9e649777ab8231e37a932dc (diff)
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