summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-02-20 18:59:12 +0000
committerjmc <jmc@openbsd.org>2003-02-20 18:59:12 +0000
commit084a1742edbdaa4f3cec41bf0d0370d80baad9c5 (patch)
tree53bf7307323d0f4255b849de7664cb195cc085d2 /lib/libpthread/man
parentknf (diff)
downloadwireguard-openbsd-084a1742edbdaa4f3cec41bf0d0370d80baad9c5.tar.xz
wireguard-openbsd-084a1742edbdaa4f3cec41bf0d0370d80baad9c5.zip
copyrights added;
these are all David Leonard, and Public Domain ok deraadt@
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/pthread_attr_init.35
-rw-r--r--lib/libpthread/man/pthread_attr_setdetachstate.35
-rw-r--r--lib/libpthread/man/pthread_attr_setstackaddr.35
-rw-r--r--lib/libpthread/man/pthread_attr_setstacksize.35
-rw-r--r--lib/libpthread/man/pthread_cancel.35
-rw-r--r--lib/libpthread/man/pthread_sigmask.35
-rw-r--r--lib/libpthread/man/pthread_testcancel.35
7 files changed, 28 insertions, 7 deletions
diff --git a/lib/libpthread/man/pthread_attr_init.3 b/lib/libpthread/man/pthread_attr_init.3
index 318b27d5a6b..347908e85ee 100644
--- a/lib/libpthread/man/pthread_attr_init.3
+++ b/lib/libpthread/man/pthread_attr_init.3
@@ -1,5 +1,8 @@
-.\" $OpenBSD: pthread_attr_init.3,v 1.3 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_attr_init.3,v 1.4 2003/02/20 18:59:12 jmc Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
+.\"
+.\" David Leonard, 2000. Public Domain.
+.\"
.Dd January 6, 2000
.Dt PTHREAD_ATTR_INIT 3
.Os
diff --git a/lib/libpthread/man/pthread_attr_setdetachstate.3 b/lib/libpthread/man/pthread_attr_setdetachstate.3
index 1f0dfa45ef8..f3ec0011571 100644
--- a/lib/libpthread/man/pthread_attr_setdetachstate.3
+++ b/lib/libpthread/man/pthread_attr_setdetachstate.3
@@ -1,5 +1,8 @@
-.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.4 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.5 2003/02/20 18:59:12 jmc Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
+.\"
+.\" David Leonard, 2000. Public Domain.
+.\"
.Dd January 6, 2000
.Dt PTHREAD_ATTR_SETDETACHSTATE 3
.Os
diff --git a/lib/libpthread/man/pthread_attr_setstackaddr.3 b/lib/libpthread/man/pthread_attr_setstackaddr.3
index 7254e83cceb..8a179b48bfd 100644
--- a/lib/libpthread/man/pthread_attr_setstackaddr.3
+++ b/lib/libpthread/man/pthread_attr_setstackaddr.3
@@ -1,5 +1,8 @@
-.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.4 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.5 2003/02/20 18:59:12 jmc Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
+.\"
+.\" David Leonard, 2000. Public Domain.
+.\"
.Dd January 6, 2000
.Dt PTHREAD_ATTR_SETSTACKADDR 3
.Os
diff --git a/lib/libpthread/man/pthread_attr_setstacksize.3 b/lib/libpthread/man/pthread_attr_setstacksize.3
index 4b3edc8818a..d96514dcf3a 100644
--- a/lib/libpthread/man/pthread_attr_setstacksize.3
+++ b/lib/libpthread/man/pthread_attr_setstacksize.3
@@ -1,5 +1,8 @@
-.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.3 2001/06/24 18:17:30 jasoni Exp $
+.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.4 2003/02/20 18:59:12 jmc Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
+.\"
+.\" David Leonard, 2000. Public Domain.
+.\"
.Dd January 6, 2000
.Dt PTHREAD_ATTR_SETSTACKSIZE 3
.Os
diff --git a/lib/libpthread/man/pthread_cancel.3 b/lib/libpthread/man/pthread_cancel.3
index 1d9fad5c5ce..fc7094e6076 100644
--- a/lib/libpthread/man/pthread_cancel.3
+++ b/lib/libpthread/man/pthread_cancel.3
@@ -1,4 +1,7 @@
-.\" $OpenBSD: pthread_cancel.3,v 1.10 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_cancel.3,v 1.11 2003/02/20 18:59:12 jmc Exp $
+.\"
+.\"
+.\" David Leonard, 1999. Public Domain.
.\"
.Dd January 17, 1999
.Dt PTHREAD_CANCEL 3
diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3
index e1bd704e52f..7dea9e92e90 100644
--- a/lib/libpthread/man/pthread_sigmask.3
+++ b/lib/libpthread/man/pthread_sigmask.3
@@ -1,4 +1,7 @@
-.\" $OpenBSD: pthread_sigmask.3,v 1.5 2002/11/09 20:34:01 fgsch Exp $
+.\" $OpenBSD: pthread_sigmask.3,v 1.6 2003/02/20 18:59:12 jmc Exp $
+.\"
+.\"
+.\" David Leonard, 1999. Public Domain.
.\"
.Dd March 21, 1999
.Dt PTHREAD_SIGMASK 3
diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3
index cd0fcd6933e..f9811b2c00a 100644
--- a/lib/libpthread/man/pthread_testcancel.3
+++ b/lib/libpthread/man/pthread_testcancel.3
@@ -1,4 +1,7 @@
-.\" $OpenBSD: pthread_testcancel.3,v 1.9 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_testcancel.3,v 1.10 2003/02/20 18:59:12 jmc Exp $
+.\"
+.\"
+.\" David Leonard, 1999. Public Domain.
.\"
.Dd January 17, 1999
.Dt PTHREAD_TESTCANCEL 3