summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-31 19:20:32 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-31 19:20:32 +0000
commit09e227ff68e154967e4487a37d9473265714b17b (patch)
tree71c2f57d2c5c5bf47bd010636edededd1b0aed0c /lib/libpthread
parent1e6595fcf51d596aabc3c7bb9385f70d1cdfd37a (diff)
convert to new .Dd format;
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/flockfile.34
-rw-r--r--lib/libpthread/man/getc_unlocked.34
-rw-r--r--lib/libpthread/man/pthread_atfork.34
-rw-r--r--lib/libpthread/man/pthread_attr_init.34
-rw-r--r--lib/libpthread/man/pthread_attr_setdetachstate.34
-rw-r--r--lib/libpthread/man/pthread_attr_setstackaddr.34
-rw-r--r--lib/libpthread/man/pthread_attr_setstacksize.34
-rw-r--r--lib/libpthread/man/pthread_cancel.34
-rw-r--r--lib/libpthread/man/pthread_cleanup_pop.34
-rw-r--r--lib/libpthread/man/pthread_cleanup_push.34
-rw-r--r--lib/libpthread/man/pthread_cond_broadcast.34
-rw-r--r--lib/libpthread/man/pthread_cond_destroy.34
-rw-r--r--lib/libpthread/man/pthread_cond_init.34
-rw-r--r--lib/libpthread/man/pthread_cond_signal.34
-rw-r--r--lib/libpthread/man/pthread_cond_timedwait.34
-rw-r--r--lib/libpthread/man/pthread_cond_wait.34
-rw-r--r--lib/libpthread/man/pthread_create.34
-rw-r--r--lib/libpthread/man/pthread_detach.34
-rw-r--r--lib/libpthread/man/pthread_equal.34
-rw-r--r--lib/libpthread/man/pthread_exit.34
-rw-r--r--lib/libpthread/man/pthread_getconcurrency.34
-rw-r--r--lib/libpthread/man/pthread_getspecific.34
-rw-r--r--lib/libpthread/man/pthread_join.34
-rw-r--r--lib/libpthread/man/pthread_key_create.34
-rw-r--r--lib/libpthread/man/pthread_key_delete.34
-rw-r--r--lib/libpthread/man/pthread_kill.34
-rw-r--r--lib/libpthread/man/pthread_main_np.34
-rw-r--r--lib/libpthread/man/pthread_mutex_destroy.34
-rw-r--r--lib/libpthread/man/pthread_mutex_init.34
-rw-r--r--lib/libpthread/man/pthread_mutex_lock.34
-rw-r--r--lib/libpthread/man/pthread_mutex_trylock.34
-rw-r--r--lib/libpthread/man/pthread_mutex_unlock.34
-rw-r--r--lib/libpthread/man/pthread_mutexattr.34
-rw-r--r--lib/libpthread/man/pthread_once.34
-rw-r--r--lib/libpthread/man/pthread_rwlock_destroy.34
-rw-r--r--lib/libpthread/man/pthread_rwlock_init.34
-rw-r--r--lib/libpthread/man/pthread_rwlock_rdlock.34
-rw-r--r--lib/libpthread/man/pthread_rwlock_unlock.34
-rw-r--r--lib/libpthread/man/pthread_rwlock_wrlock.34
-rw-r--r--lib/libpthread/man/pthread_rwlockattr_destroy.34
-rw-r--r--lib/libpthread/man/pthread_rwlockattr_getpshared.34
-rw-r--r--lib/libpthread/man/pthread_rwlockattr_init.34
-rw-r--r--lib/libpthread/man/pthread_rwlockattr_setpshared.34
-rw-r--r--lib/libpthread/man/pthread_schedparam.34
-rw-r--r--lib/libpthread/man/pthread_self.34
-rw-r--r--lib/libpthread/man/pthread_set_name_np.34
-rw-r--r--lib/libpthread/man/pthread_setspecific.34
-rw-r--r--lib/libpthread/man/pthread_sigmask.34
-rw-r--r--lib/libpthread/man/pthread_single_np.34
-rw-r--r--lib/libpthread/man/pthread_stackseg_np.34
-rw-r--r--lib/libpthread/man/pthread_suspend_np.34
-rw-r--r--lib/libpthread/man/pthread_testcancel.34
-rw-r--r--lib/libpthread/man/pthread_yield.34
-rw-r--r--lib/libpthread/man/pthreads.34
-rw-r--r--lib/libpthread/man/putc_unlocked.34
-rw-r--r--lib/libpthread/man/sem_destroy.34
-rw-r--r--lib/libpthread/man/sem_getvalue.34
-rw-r--r--lib/libpthread/man/sem_init.34
-rw-r--r--lib/libpthread/man/sem_open.34
-rw-r--r--lib/libpthread/man/sem_post.34
-rw-r--r--lib/libpthread/man/sem_wait.34
-rw-r--r--lib/libpthread/man/sigwait.34
62 files changed, 124 insertions, 124 deletions
diff --git a/lib/libpthread/man/flockfile.3 b/lib/libpthread/man/flockfile.3
index 8fb9fd1cf6c..57ee61e353e 100644
--- a/lib/libpthread/man/flockfile.3
+++ b/lib/libpthread/man/flockfile.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: flockfile.3,v 1.9 2006/11/15 05:59:09 jmc Exp $
+.\" $OpenBSD: flockfile.3,v 1.10 2007/05/31 19:19:36 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
-.Dd August 20, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt FLOCKFILE 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/getc_unlocked.3 b/lib/libpthread/man/getc_unlocked.3
index c0fa2841382..8eccb41b811 100644
--- a/lib/libpthread/man/getc_unlocked.3
+++ b/lib/libpthread/man/getc_unlocked.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: getc_unlocked.3,v 1.3 2003/05/18 13:06:33 jmc Exp $
+.\" $OpenBSD: getc_unlocked.3,v 1.4 2007/05/31 19:19:36 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1999. Public domain.
-.Dd March 20, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt GETC_UNLOCKED 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_atfork.3 b/lib/libpthread/man/pthread_atfork.3
index 62d5948f5b0..e3da495e376 100644
--- a/lib/libpthread/man/pthread_atfork.3
+++ b/lib/libpthread/man/pthread_atfork.3
@@ -1,8 +1,8 @@
-.\" $OpenBSD: pthread_atfork.3,v 1.8 2005/11/14 23:46:40 jmc Exp $
+.\" $OpenBSD: pthread_atfork.3,v 1.9 2007/05/31 19:19:36 jmc Exp $
.\"
.\" David Leonard <d@openbsd.org>, 1999. Public domain.
.\"
-.Dd January 17, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_ATFORK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_attr_init.3 b/lib/libpthread/man/pthread_attr_init.3
index a59c4349b49..951ddb8d8fd 100644
--- a/lib/libpthread/man/pthread_attr_init.3
+++ b/lib/libpthread/man/pthread_attr_init.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_attr_init.3,v 1.6 2003/05/18 13:06:33 jmc Exp $
+.\" $OpenBSD: pthread_attr_init.3,v 1.7 2007/05/31 19:19:36 jmc Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.\"
.\" David Leonard, 2000. Public Domain.
.\"
-.Dd January 6, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_ATTR_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_attr_setdetachstate.3 b/lib/libpthread/man/pthread_attr_setdetachstate.3
index e04972117bd..694e58061bd 100644
--- a/lib/libpthread/man/pthread_attr_setdetachstate.3
+++ b/lib/libpthread/man/pthread_attr_setdetachstate.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.6 2003/05/08 09:01:15 jmc Exp $
+.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.7 2007/05/31 19:19:36 jmc Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.\"
.\" David Leonard, 2000. Public Domain.
.\"
-.Dd January 6, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_ATTR_SETDETACHSTATE 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_attr_setstackaddr.3 b/lib/libpthread/man/pthread_attr_setstackaddr.3
index 5853bd57c59..989b337af6f 100644
--- a/lib/libpthread/man/pthread_attr_setstackaddr.3
+++ b/lib/libpthread/man/pthread_attr_setstackaddr.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.7 2004/02/16 22:48:40 brad Exp $
+.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.8 2007/05/31 19:19:36 jmc Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.\"
.\" David Leonard, 2000. Public Domain.
.\"
-.Dd January 6, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_ATTR_SETSTACKADDR 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_attr_setstacksize.3 b/lib/libpthread/man/pthread_attr_setstacksize.3
index 263a1aacd7a..e6d68bfa54f 100644
--- a/lib/libpthread/man/pthread_attr_setstacksize.3
+++ b/lib/libpthread/man/pthread_attr_setstacksize.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.6 2004/02/16 22:48:40 brad Exp $
+.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.7 2007/05/31 19:19:36 jmc Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.\"
.\" David Leonard, 2000. Public Domain.
.\"
-.Dd January 6, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_ATTR_SETSTACKSIZE 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cancel.3 b/lib/libpthread/man/pthread_cancel.3
index fc7094e6076..3f837bb3f9e 100644
--- a/lib/libpthread/man/pthread_cancel.3
+++ b/lib/libpthread/man/pthread_cancel.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_cancel.3,v 1.11 2003/02/20 18:59:12 jmc Exp $
+.\" $OpenBSD: pthread_cancel.3,v 1.12 2007/05/31 19:19:36 jmc Exp $
.\"
.\"
.\" David Leonard, 1999. Public Domain.
.\"
-.Dd January 17, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_CANCEL 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cleanup_pop.3 b/lib/libpthread/man/pthread_cleanup_pop.3
index ec6ebbb0f61..f6b68628833 100644
--- a/lib/libpthread/man/pthread_cleanup_pop.3
+++ b/lib/libpthread/man/pthread_cleanup_pop.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cleanup_pop.3,v 1.7 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_cleanup_pop.3,v 1.8 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_cleanup_pop.3,v 1.4 1999/08/28 00:03:02 peter Exp $
.\"
-.Dd July 30, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_CLEANUP_POP 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cleanup_push.3 b/lib/libpthread/man/pthread_cleanup_push.3
index d599d11c722..cd88f7450cf 100644
--- a/lib/libpthread/man/pthread_cleanup_push.3
+++ b/lib/libpthread/man/pthread_cleanup_push.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cleanup_push.3,v 1.5 2002/02/21 09:06:31 fgsch Exp $
+.\" $OpenBSD: pthread_cleanup_push.3,v 1.6 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_cleanup_push.3,v 1.5 1999/08/28 00:03:02 peter Exp $
.\"
-.Dd July 30, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_CLEANUP_PUSH 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cond_broadcast.3 b/lib/libpthread/man/pthread_cond_broadcast.3
index 11c8910989c..61116f4cac6 100644
--- a/lib/libpthread/man/pthread_cond_broadcast.3
+++ b/lib/libpthread/man/pthread_cond_broadcast.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_broadcast.3,v 1.6 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_cond_broadcast.3,v 1.7 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_cond_broadcast.3,v 1.5 1999/08/28 00:03:03 peter Exp $
.\"
-.Dd July 28, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_COND_BROADCAST 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cond_destroy.3 b/lib/libpthread/man/pthread_cond_destroy.3
index 3ec164b6ee3..32601df22f1 100644
--- a/lib/libpthread/man/pthread_cond_destroy.3
+++ b/lib/libpthread/man/pthread_cond_destroy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_destroy.3,v 1.7 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_cond_destroy.3,v 1.8 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_cond_destroy.3,v 1.5 1999/08/28 00:03:03 peter Exp $
.\"
-.Dd July 28, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_COND_DESTROY 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3
index c88490c6b69..58a74985756 100644
--- a/lib/libpthread/man/pthread_cond_init.3
+++ b/lib/libpthread/man/pthread_cond_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_init.3,v 1.9 2002/04/30 16:31:42 mpech Exp $
+.\" $OpenBSD: pthread_cond_init.3,v 1.10 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_cond_init.3,v 1.6 1999/08/28 00:03:03 peter Exp $
.\"
-.Dd July 28, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_COND_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3
index 23c62192ebd..9b667890d1d 100644
--- a/lib/libpthread/man/pthread_cond_signal.3
+++ b/lib/libpthread/man/pthread_cond_signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_signal.3,v 1.6 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_cond_signal.3,v 1.7 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_cond_signal.3,v 1.5 1999/08/28 00:03:04 peter Exp $
.\"
-.Dd July 28, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_COND_SIGNAL 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3
index 83f380643b3..527803349db 100644
--- a/lib/libpthread/man/pthread_cond_timedwait.3
+++ b/lib/libpthread/man/pthread_cond_timedwait.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_timedwait.3,v 1.9 2002/06/04 00:09:07 deraadt Exp $
+.\" $OpenBSD: pthread_cond_timedwait.3,v 1.10 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_cond_timedwait.3,v 1.6 1999/08/28 00:03:04 peter Exp $
.\"
-.Dd July 28, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_COND_TIMEDWAIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3
index a9158c1a554..07546d1c1d7 100644
--- a/lib/libpthread/man/pthread_cond_wait.3
+++ b/lib/libpthread/man/pthread_cond_wait.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_cond_wait.3,v 1.8 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_cond_wait.3,v 1.9 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_cond_wait.3,v 1.6 1999/08/28 00:03:04 peter Exp $
.\"
-.Dd July 28, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_COND_WAIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3
index 71eeb0ee11d..3625dcc06b6 100644
--- a/lib/libpthread/man/pthread_create.3
+++ b/lib/libpthread/man/pthread_create.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_create.3,v 1.9 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_create.3,v 1.10 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_create.3,v 1.8 1999/08/28 00:03:04 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_CREATE 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_detach.3 b/lib/libpthread/man/pthread_detach.3
index cd30b2c6e7b..3db2b6a87c7 100644
--- a/lib/libpthread/man/pthread_detach.3
+++ b/lib/libpthread/man/pthread_detach.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_detach.3,v 1.10 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_detach.3,v 1.11 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_detach.3,v 1.5 1999/08/28 00:03:05 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_DETACH 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_equal.3 b/lib/libpthread/man/pthread_equal.3
index ef469ed6687..976023e1f8e 100644
--- a/lib/libpthread/man/pthread_equal.3
+++ b/lib/libpthread/man/pthread_equal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_equal.3,v 1.8 2002/04/30 16:31:42 mpech Exp $
+.\" $OpenBSD: pthread_equal.3,v 1.9 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_equal.3,v 1.4 1999/08/28 00:03:05 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_EQUAL 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3
index 6c1153e9e94..93aa1b0709e 100644
--- a/lib/libpthread/man/pthread_exit.3
+++ b/lib/libpthread/man/pthread_exit.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_exit.3,v 1.10 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_exit.3,v 1.11 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_exit.3,v 1.7 1999/08/28 00:03:06 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_EXIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_getconcurrency.3 b/lib/libpthread/man/pthread_getconcurrency.3
index 4bb24fb144d..ce5a26681d7 100644
--- a/lib/libpthread/man/pthread_getconcurrency.3
+++ b/lib/libpthread/man/pthread_getconcurrency.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_getconcurrency.3,v 1.1 2003/12/23 22:37:03 brad Exp $
+.\" $OpenBSD: pthread_getconcurrency.3,v 1.2 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 2003 Sergey Osokin <osa@FreeBSD.org.ru>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/pthread_getconcurrency.3,v 1.2 2003/05/24 19:50:43 ru Exp $
-.Dd April 11, 2003
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_GETCONCURRENCY 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_getspecific.3 b/lib/libpthread/man/pthread_getspecific.3
index bf319ffc029..cb1b5f3a3f1 100644
--- a/lib/libpthread/man/pthread_getspecific.3
+++ b/lib/libpthread/man/pthread_getspecific.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_getspecific.3,v 1.5 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_getspecific.3,v 1.6 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_getspecific.3,v 1.6 1999/08/28 00:03:06 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_GETSPECIFIC 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3
index 5af3f3e28b9..3c0033ea6e0 100644
--- a/lib/libpthread/man/pthread_join.3
+++ b/lib/libpthread/man/pthread_join.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_join.3,v 1.8 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_join.3,v 1.9 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_join.3,v 1.6 1999/08/28 00:03:06 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_JOIN 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_key_create.3 b/lib/libpthread/man/pthread_key_create.3
index 0f5aa51c5dc..bfcbaa072af 100644
--- a/lib/libpthread/man/pthread_key_create.3
+++ b/lib/libpthread/man/pthread_key_create.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_key_create.3,v 1.7 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_key_create.3,v 1.8 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_key_create.3,v 1.5 1999/08/28 00:03:06 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_KEY_CREATE 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_key_delete.3 b/lib/libpthread/man/pthread_key_delete.3
index 121c2d87253..8356fc80c5e 100644
--- a/lib/libpthread/man/pthread_key_delete.3
+++ b/lib/libpthread/man/pthread_key_delete.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_key_delete.3,v 1.8 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_key_delete.3,v 1.9 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_key_delete.3,v 1.5 1999/08/28 00:03:06 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_KEY_DELETE 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_kill.3 b/lib/libpthread/man/pthread_kill.3
index 7560d665cec..203872b6c1c 100644
--- a/lib/libpthread/man/pthread_kill.3
+++ b/lib/libpthread/man/pthread_kill.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_kill.3,v 1.1 2002/02/20 05:16:20 fgsch Exp $
+.\" $OpenBSD: pthread_kill.3,v 1.2 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/pthread_kill.3,v 1.8 2001/10/01 16:09:09 ru Exp $
-.Dd April 27, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_KILL 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_main_np.3 b/lib/libpthread/man/pthread_main_np.3
index dfedfbfd165..3f4d18e2d29 100644
--- a/lib/libpthread/man/pthread_main_np.3
+++ b/lib/libpthread/man/pthread_main_np.3
@@ -1,8 +1,8 @@
-.\" $OpenBSD: pthread_main_np.3,v 1.4 2003/06/02 18:38:34 pvalchev Exp $
+.\" $OpenBSD: pthread_main_np.3,v 1.5 2007/05/31 19:19:36 jmc Exp $
.\"
.\" Peter Valchev <pvalchev@openbsd.org> Public Domain, 2001
.\"
-.Dd August 17, 2001
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_MAIN_NP 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_mutex_destroy.3 b/lib/libpthread/man/pthread_mutex_destroy.3
index 66ad2ea04b7..164eb7da8b5 100644
--- a/lib/libpthread/man/pthread_mutex_destroy.3
+++ b/lib/libpthread/man/pthread_mutex_destroy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutex_destroy.3,v 1.7 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_mutex_destroy.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_mutex_destroy.3,v 1.5 1999/08/28 00:03:07 peter Exp $
.\"
-.Dd July 29, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_MUTEX_DESTROY 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3
index 332b0240ba8..7124535bde6 100644
--- a/lib/libpthread/man/pthread_mutex_init.3
+++ b/lib/libpthread/man/pthread_mutex_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutex_init.3,v 1.9 2003/10/03 16:57:18 jmc Exp $
+.\" $OpenBSD: pthread_mutex_init.3,v 1.10 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_mutex_init.3,v 1.6 1999/08/28 00:03:07 peter Exp $
.\"
-.Dd July 29, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_MUTEX_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_mutex_lock.3 b/lib/libpthread/man/pthread_mutex_lock.3
index 4167e0addc5..a5cfefaae7c 100644
--- a/lib/libpthread/man/pthread_mutex_lock.3
+++ b/lib/libpthread/man/pthread_mutex_lock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutex_lock.3,v 1.7 2005/02/09 19:33:24 jmc Exp $
+.\" $OpenBSD: pthread_mutex_lock.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_mutex_lock.3,v 1.5 1999/08/28 00:03:07 peter Exp $
.\"
-.Dd July 30, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_MUTEX_LOCK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3
index ade8afec404..6b21f030f56 100644
--- a/lib/libpthread/man/pthread_mutex_trylock.3
+++ b/lib/libpthread/man/pthread_mutex_trylock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutex_trylock.3,v 1.7 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_mutex_trylock.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_mutex_trylock.3,v 1.5 1999/08/28 00:03:08 peter Exp $
.\"
-.Dd July 30, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_MUTEX_TRYLOCK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3
index ad875fa8947..d0c3bc87ce1 100644
--- a/lib/libpthread/man/pthread_mutex_unlock.3
+++ b/lib/libpthread/man/pthread_mutex_unlock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_mutex_unlock.3,v 1.7 2005/02/01 19:44:14 jmc Exp $
+.\" $OpenBSD: pthread_mutex_unlock.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: pthread_mutex_unlock.3,v 1.5 1999/08/28 00:03:08 peter Exp $
.\"
-.Dd July 30, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_MUTEX_UNLOCK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_mutexattr.3 b/lib/libpthread/man/pthread_mutexattr.3
index deba083b7f9..cf535c354ad 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.3 2003/10/21 20:02:54 jmc Exp $
+.\" $OpenBSD: pthread_mutexattr.3,v 1.4 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" 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 May 1, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_MUTEXATTR 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3
index 77c9bcbee7d..9eadba25f0a 100644
--- a/lib/libpthread/man/pthread_once.3
+++ b/lib/libpthread/man/pthread_once.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_once.3,v 1.11 2003/05/18 13:06:33 jmc Exp $
+.\" $OpenBSD: pthread_once.3,v 1.12 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_once.3,v 1.5 1999/08/28 00:03:09 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_ONCE 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlock_destroy.3 b/lib/libpthread/man/pthread_rwlock_destroy.3
index 787272f0da9..e6f404b5f05 100644
--- a/lib/libpthread/man/pthread_rwlock_destroy.3
+++ b/lib/libpthread/man/pthread_rwlock_destroy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.7 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlock_destroy.3,v 1.3 1999/08/28 00:03:09 peter Exp $
.\"
-.Dd August 4, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCK_DESTROY 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlock_init.3 b/lib/libpthread/man/pthread_rwlock_init.3
index c6af02581b1..d5d51bdfa04 100644
--- a/lib/libpthread/man/pthread_rwlock_init.3
+++ b/lib/libpthread/man/pthread_rwlock_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlock_init.3,v 1.6 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlock_init.3,v 1.7 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlock_init.3,v 1.2 1999/08/28 00:03:09 peter Exp $
.\"
-.Dd August 4, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCK_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlock_rdlock.3 b/lib/libpthread/man/pthread_rwlock_rdlock.3
index 86f0aa9b4e2..2102c6a74a9 100644
--- a/lib/libpthread/man/pthread_rwlock_rdlock.3
+++ b/lib/libpthread/man/pthread_rwlock_rdlock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.7 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlock_rdlock.3,v 1.2 1999/08/28 00:03:09 peter Exp $
.\"
-.Dd August 4, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCK_RDLOCK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlock_unlock.3 b/lib/libpthread/man/pthread_rwlock_unlock.3
index b85db4ddb87..bc56643f091 100644
--- a/lib/libpthread/man/pthread_rwlock_unlock.3
+++ b/lib/libpthread/man/pthread_rwlock_unlock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.6 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.7 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlock_unlock.3,v 1.2 1999/08/28 00:03:10 peter Exp $
.\"
-.Dd August 4, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCK_UNLOCK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlock_wrlock.3 b/lib/libpthread/man/pthread_rwlock_wrlock.3
index c55668919cc..247c0c91d9c 100644
--- a/lib/libpthread/man/pthread_rwlock_wrlock.3
+++ b/lib/libpthread/man/pthread_rwlock_wrlock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.6 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.7 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlock_wrlock.3,v 1.2 1999/08/28 00:03:10 peter Exp $
.\"
-.Dd August 4, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCK_WRLOCK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlockattr_destroy.3 b/lib/libpthread/man/pthread_rwlockattr_destroy.3
index 82fa7ae20d5..65a8fe61d70 100644
--- a/lib/libpthread/man/pthread_rwlockattr_destroy.3
+++ b/lib/libpthread/man/pthread_rwlockattr_destroy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.8 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.9 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlockattr_destroy.3,v 1.3 1999/08/28 00:03:10 peter Exp $
.\"
-.Dd August 4, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCKATTR_DESTROY 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 b/lib/libpthread/man/pthread_rwlockattr_getpshared.3
index cc9ae5909d9..900f5fcc34e 100644
--- a/lib/libpthread/man/pthread_rwlockattr_getpshared.3
+++ b/lib/libpthread/man/pthread_rwlockattr_getpshared.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.8 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.9 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlockattr_getpshared.3,v 1.4 1999/08/28 00:03:10 peter Exp $
.\"
-.Dd March 22, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCKATTR_GETPSHARED 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlockattr_init.3 b/lib/libpthread/man/pthread_rwlockattr_init.3
index 7fe5a8de806..0e7560c38b2 100644
--- a/lib/libpthread/man/pthread_rwlockattr_init.3
+++ b/lib/libpthread/man/pthread_rwlockattr_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.7 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlockattr_init.3,v 1.3 1999/08/28 00:03:10 peter Exp $
.\"
-.Dd August 4, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCKATTR_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 b/lib/libpthread/man/pthread_rwlockattr_setpshared.3
index 938c19ec9c0..fcf984745a5 100644
--- a/lib/libpthread/man/pthread_rwlockattr_setpshared.3
+++ b/lib/libpthread/man/pthread_rwlockattr_setpshared.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.8 2003/06/02 11:19:48 jmc Exp $
+.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.9 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (c) 1998 Alex Nash
.\" All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: pthread_rwlockattr_setpshared.3,v 1.2 1999/08/28 00:03:11 peter Exp $
.\"
-.Dd August 4, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_RWLOCKATTR_SETPSHARED 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_schedparam.3 b/lib/libpthread/man/pthread_schedparam.3
index ba98179720f..f145b7e7c6e 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.1 2001/08/11 16:15:55 fgsch Exp $
+.\" $OpenBSD: pthread_schedparam.3,v 1.2 2007/05/31 19:19:37 jmc Exp $
.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
.\" All rights reserved.
.\"
@@ -27,7 +27,7 @@
.\" 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 May 1, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_SCHEDPARAM 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_self.3 b/lib/libpthread/man/pthread_self.3
index 03be4482f5c..86e2784d172 100644
--- a/lib/libpthread/man/pthread_self.3
+++ b/lib/libpthread/man/pthread_self.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_self.3,v 1.6 2002/02/21 20:12:19 fgsch Exp $
+.\" $OpenBSD: pthread_self.3,v 1.7 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_self.3,v 1.4 1999/08/28 00:03:11 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_SELF 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_set_name_np.3 b/lib/libpthread/man/pthread_set_name_np.3
index 2de216bb1cf..d7fcdb4dd5f 100644
--- a/lib/libpthread/man/pthread_set_name_np.3
+++ b/lib/libpthread/man/pthread_set_name_np.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_set_name_np.3,v 1.3 2000/04/15 02:15:26 aaron Exp $
+.\" $OpenBSD: pthread_set_name_np.3,v 1.4 2007/05/31 19:19:37 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1999. Public domain.
-.Dd December 19, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_SET_NAME_NP 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3
index 977bce59b6f..66474ddedea 100644
--- a/lib/libpthread/man/pthread_setspecific.3
+++ b/lib/libpthread/man/pthread_setspecific.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_setspecific.3,v 1.10 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: pthread_setspecific.3,v 1.11 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: pthread_setspecific.3,v 1.5 1999/08/28 00:03:11 peter Exp $
.\"
-.Dd April 4, 1996
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_SETSPECIFIC 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3
index 2704850df97..80e2272e229 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.7 2003/05/18 13:06:33 jmc Exp $
+.\" $OpenBSD: pthread_sigmask.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
.\"
.\"
.\" David Leonard, 1999. Public Domain.
.\"
-.Dd March 21, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_SIGMASK 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_single_np.3 b/lib/libpthread/man/pthread_single_np.3
index 80f6ff8b4c0..3a12f490178 100644
--- a/lib/libpthread/man/pthread_single_np.3
+++ b/lib/libpthread/man/pthread_single_np.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_single_np.3,v 1.3 1999/07/09 13:35:25 aaron Exp $
+.\" $OpenBSD: pthread_single_np.3,v 1.4 2007/05/31 19:19:37 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1999. Public domain.
-.Dd March 21, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_SINGLE_NP 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_stackseg_np.3 b/lib/libpthread/man/pthread_stackseg_np.3
index 1e4c8b13c88..d95ca312ec5 100644
--- a/lib/libpthread/man/pthread_stackseg_np.3
+++ b/lib/libpthread/man/pthread_stackseg_np.3
@@ -1,8 +1,8 @@
-.\" $OpenBSD: pthread_stackseg_np.3,v 1.4 2004/01/26 20:50:02 marc Exp $
+.\" $OpenBSD: pthread_stackseg_np.3,v 1.5 2007/05/31 19:19:37 jmc Exp $
.\"
.\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org>
.\"
-.Dd January 15, 2004
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_STACKSEG_NP 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_suspend_np.3 b/lib/libpthread/man/pthread_suspend_np.3
index 04f69db0d08..1bc4fdf0dcf 100644
--- a/lib/libpthread/man/pthread_suspend_np.3
+++ b/lib/libpthread/man/pthread_suspend_np.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthread_suspend_np.3,v 1.3 2004/05/01 22:15:10 marc Exp $
+.\" $OpenBSD: pthread_suspend_np.3,v 1.4 2007/05/31 19:19:37 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1999. Public domain.
-.Dd March 21, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_SUSPEND_NP 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3
index f9811b2c00a..14cdeb3ee1c 100644
--- a/lib/libpthread/man/pthread_testcancel.3
+++ b/lib/libpthread/man/pthread_testcancel.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_testcancel.3,v 1.10 2003/02/20 18:59:12 jmc Exp $
+.\" $OpenBSD: pthread_testcancel.3,v 1.11 2007/05/31 19:19:37 jmc Exp $
.\"
.\"
.\" David Leonard, 1999. Public Domain.
.\"
-.Dd January 17, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_TESTCANCEL 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthread_yield.3 b/lib/libpthread/man/pthread_yield.3
index 762514518a8..c55be2f891d 100644
--- a/lib/libpthread/man/pthread_yield.3
+++ b/lib/libpthread/man/pthread_yield.3
@@ -1,8 +1,8 @@
-.\" $OpenBSD: pthread_yield.3,v 1.3 2004/01/25 14:48:32 jmc Exp $
+.\" $OpenBSD: pthread_yield.3,v 1.4 2007/05/31 19:19:37 jmc Exp $
.\"
.\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org>
.\"
-.Dd January 15, 2004
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREAD_YIELD 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/pthreads.3 b/lib/libpthread/man/pthreads.3
index f04d673b814..690693727ac 100644
--- a/lib/libpthread/man/pthreads.3
+++ b/lib/libpthread/man/pthreads.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: pthreads.3,v 1.26 2005/10/30 04:53:44 brad Exp $
+.\" $OpenBSD: pthreads.3,v 1.27 2007/05/31 19:19:37 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
-.Dd August 17, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt PTHREADS 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/putc_unlocked.3 b/lib/libpthread/man/putc_unlocked.3
index afae2b033a2..5a0dafb04c4 100644
--- a/lib/libpthread/man/putc_unlocked.3
+++ b/lib/libpthread/man/putc_unlocked.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: putc_unlocked.3,v 1.2 1999/07/07 10:50:05 aaron Exp $
+.\" $OpenBSD: putc_unlocked.3,v 1.3 2007/05/31 19:19:37 jmc Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
-.Dd March 20, 1999
+.Dd $Mdocdate: May 31 2007 $
.Dt PUTC_UNLOCKED 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3
index 0a6f4f19339..c48b447b483 100644
--- a/lib/libpthread/man/sem_destroy.3
+++ b/lib/libpthread/man/sem_destroy.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_destroy.3,v 1.4 2005/07/14 14:10:50 jmc Exp $
+.\" $OpenBSD: sem_destroy.3,v 1.5 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/sem_destroy.3,v 1.9 2001/10/01 16:09:09 ru Exp $
-.Dd February 15, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt SEM_DESTROY 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/sem_getvalue.3 b/lib/libpthread/man/sem_getvalue.3
index 40cc50624bc..4340cccbd92 100644
--- a/lib/libpthread/man/sem_getvalue.3
+++ b/lib/libpthread/man/sem_getvalue.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_getvalue.3,v 1.4 2005/07/14 14:10:50 jmc Exp $
+.\" $OpenBSD: sem_getvalue.3,v 1.5 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/sem_getvalue.3,v 1.9 2001/10/01 16:09:09 ru Exp $
-.Dd February 15, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt SEM_GETVALUE 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/sem_init.3 b/lib/libpthread/man/sem_init.3
index 390b1ae32b6..eb72f438d72 100644
--- a/lib/libpthread/man/sem_init.3
+++ b/lib/libpthread/man/sem_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_init.3,v 1.3 2005/07/14 14:10:50 jmc Exp $
+.\" $OpenBSD: sem_init.3,v 1.4 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/sem_init.3,v 1.11 2001/10/01 16:09:09 ru Exp $
-.Dd February 15, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt SEM_INIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/sem_open.3 b/lib/libpthread/man/sem_open.3
index 95bfec44a70..485a0694142 100644
--- a/lib/libpthread/man/sem_open.3
+++ b/lib/libpthread/man/sem_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_open.3,v 1.3 2005/07/14 14:10:50 jmc Exp $
+.\" $OpenBSD: sem_open.3,v 1.4 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/sem_open.3,v 1.7 2001/10/01 16:09:09 ru Exp $
-.Dd February 15, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt SEM_OPEN 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/sem_post.3 b/lib/libpthread/man/sem_post.3
index 46855825fc6..3ead8c537d7 100644
--- a/lib/libpthread/man/sem_post.3
+++ b/lib/libpthread/man/sem_post.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_post.3,v 1.3 2005/07/14 14:10:50 jmc Exp $
+.\" $OpenBSD: sem_post.3,v 1.4 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/sem_post.3,v 1.10 2001/10/01 16:09:09 ru Exp $
-.Dd February 15, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt SEM_POST 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/sem_wait.3 b/lib/libpthread/man/sem_wait.3
index 1e7bd4aee08..e20978c628b 100644
--- a/lib/libpthread/man/sem_wait.3
+++ b/lib/libpthread/man/sem_wait.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sem_wait.3,v 1.5 2005/07/14 14:10:50 jmc Exp $
+.\" $OpenBSD: sem_wait.3,v 1.6 2007/05/31 19:19:37 jmc Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/sem_wait.3,v 1.8 2001/10/01 16:09:09 ru Exp $
-.Dd February 15, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt SEM_WAIT 3
.Os
.Sh NAME
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3
index 4f48b110215..39c4d9cb443 100644
--- a/lib/libpthread/man/sigwait.3
+++ b/lib/libpthread/man/sigwait.3
@@ -1,7 +1,7 @@
-.\" $OpenBSD: sigwait.3,v 1.13 2003/05/18 13:06:33 jmc Exp $
+.\" $OpenBSD: sigwait.3,v 1.14 2007/05/31 19:19:37 jmc Exp $
.\"
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
-.Dd August 20, 1998
+.Dd $Mdocdate: May 31 2007 $
.Dt SIGWAIT 3
.Os
.Sh NAME