summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-11-10 23:48:17 +0000
committerjmc <jmc@openbsd.org>2015-11-10 23:48:17 +0000
commitd04ba2cc13092d56f44a5a662aee6f1effe0193d (patch)
tree115bd96020a145b8a3a4a5e3a301fee6df77b40f /lib/libpthread
parentsync (diff)
downloadwireguard-openbsd-d04ba2cc13092d56f44a5a662aee6f1effe0193d.tar.xz
wireguard-openbsd-d04ba2cc13092d56f44a5a662aee6f1effe0193d.zip
update NAME section to include all documented functions,
or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_mutexattr.36
-rw-r--r--lib/libpthread/man/pthread_schedparam.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libpthread/man/pthread_mutexattr.3 b/lib/libpthread/man/pthread_mutexattr.3
index be4baf99bc8..ecd561e3798 100644
--- a/lib/libpthread/man/pthread_mutexattr.3
+++ b/lib/libpthread/man/pthread_mutexattr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutexattr.3,v 1.5 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_mutexattr.3,v 1.6 2015/11/10 23:48:18 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
.\" All rights reserved.
@@ -28,8 +28,8 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: pthread_mutexattr.3,v 1.5 2001/07/15 07:53:26 dd Exp $
-.Dd $Mdocdate: June 5 2013 $
-.Dt PTHREAD_MUTEXATTR 3
+.Dd $Mdocdate: November 10 2015 $
+.Dt PTHREAD_MUTEXATTR_INIT 3
.Os
.Sh NAME
.Nm pthread_mutexattr_init ,
diff --git a/lib/libpthread/man/pthread_schedparam.3 b/lib/libpthread/man/pthread_schedparam.3
index 8690905abfb..345460399e1 100644
--- a/lib/libpthread/man/pthread_schedparam.3
+++ b/lib/libpthread/man/pthread_schedparam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_schedparam.3,v 1.5 2013/06/05 03:44:50 tedu Exp $
+.\" $OpenBSD: pthread_schedparam.3,v 1.6 2015/11/10 23:48:18 jmc Exp $
.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
.\" All rights reserved.
.\"
@@ -27,8 +27,8 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/pthread_schedparam.3,v 1.4 2001/07/15 07:53:27 dd Exp $
-.Dd $Mdocdate: June 5 2013 $
-.Dt PTHREAD_SCHEDPARAM 3
+.Dd $Mdocdate: November 10 2015 $
+.Dt PTHREAD_SETSCHEDPARAM 3
.Os
.Sh NAME
.Nm pthread_setschedparam ,