diff options
72 files changed, 234 insertions, 54 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc index c51d8ad23cc..75083ab4276 100644 --- a/lib/libc_r/man/Makefile.inc +++ b/lib/libc_r/man/Makefile.inc @@ -1,5 +1,5 @@ -# $Id: Makefile.inc,v 1.6 1999/06/15 00:07:40 d Exp $ -# $OpenBSD: Makefile.inc,v 1.6 1999/06/15 00:07:40 d Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1999/11/24 05:35:31 d Exp $ +# $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files diff --git a/lib/libc_r/man/pthread_cancel.3 b/lib/libc_r/man/pthread_cancel.3 index d79740f7d7b..c1d1d021238 100644 --- a/lib/libc_r/man/pthread_cancel.3 +++ b/lib/libc_r/man/pthread_cancel.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cancel.3,v 1.4 1999/11/24 05:35:31 d Exp $ .Dd January 17, 1999 .Dt PTHREAD_CANCEL 3 .Os diff --git a/lib/libc_r/man/pthread_cleanup_pop.3 b/lib/libc_r/man/pthread_cleanup_pop.3 index 44adf23900f..4bf2a6a63ee 100644 --- a/lib/libc_r/man/pthread_cleanup_pop.3 +++ b/lib/libc_r/man/pthread_cleanup_pop.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cleanup_pop.3,v 1.4 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cleanup_pop.3,v 1.4 1999/08/28 00:03:02 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_CLEANUP_POP 3 .Os diff --git a/lib/libc_r/man/pthread_cleanup_push.3 b/lib/libc_r/man/pthread_cleanup_push.3 index fb54383ea3c..f1efb812ae4 100644 --- a/lib/libc_r/man/pthread_cleanup_push.3 +++ b/lib/libc_r/man/pthread_cleanup_push.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cleanup_push.3,v 1.4 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cleanup_push.3,v 1.5 1999/08/28 00:03:02 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_CLEANUP_PUSH 3 .Os diff --git a/lib/libc_r/man/pthread_cond_broadcast.3 b/lib/libc_r/man/pthread_cond_broadcast.3 index a18a60e545f..6383ecf136c 100644 --- a/lib/libc_r/man/pthread_cond_broadcast.3 +++ b/lib/libc_r/man/pthread_cond_broadcast.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_broadcast.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_broadcast.3,v 1.5 1999/08/28 00:03:03 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_BROADCAST 3 .Os diff --git a/lib/libc_r/man/pthread_cond_destroy.3 b/lib/libc_r/man/pthread_cond_destroy.3 index 8191fe3009c..1e52d370758 100644 --- a/lib/libc_r/man/pthread_cond_destroy.3 +++ b/lib/libc_r/man/pthread_cond_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_destroy.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_destroy.3,v 1.5 1999/08/28 00:03:03 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_DESTROY 3 .Os diff --git a/lib/libc_r/man/pthread_cond_init.3 b/lib/libc_r/man/pthread_cond_init.3 index aa5593cb8c8..50bad745337 100644 --- a/lib/libc_r/man/pthread_cond_init.3 +++ b/lib/libc_r/man/pthread_cond_init.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_init.3,v 1.6 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_init.3,v 1.6 1999/08/28 00:03:03 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_INIT 3 .Os diff --git a/lib/libc_r/man/pthread_cond_signal.3 b/lib/libc_r/man/pthread_cond_signal.3 index 07062b09069..3aa39820b2f 100644 --- a/lib/libc_r/man/pthread_cond_signal.3 +++ b/lib/libc_r/man/pthread_cond_signal.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_signal.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_signal.3,v 1.5 1999/08/28 00:03:04 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_SIGNAL 3 .Os diff --git a/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3 index 113889bfa76..1f1f15061a1 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/man/pthread_cond_timedwait.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_timedwait.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_timedwait.3,v 1.6 1999/08/28 00:03:04 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_TIMEDWAIT 3 .Os @@ -63,9 +66,10 @@ will fail if: .Bl -tag -width Er .It Bq Er EINVAL The value specified by -.Fa cond -or the value specified by -.Fa attr +.Fa cond , +.Fa mutex +or +.Fa abstime is invalid. .It Bq Er ETIMEDOUT The system time has reached or exceeded the time specified in diff --git a/lib/libc_r/man/pthread_cond_wait.3 b/lib/libc_r/man/pthread_cond_wait.3 index d5fb5b29ce6..0df409016d1 100644 --- a/lib/libc_r/man/pthread_cond_wait.3 +++ b/lib/libc_r/man/pthread_cond_wait.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_wait.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_wait.3,v 1.6 1999/08/28 00:03:04 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_WAIT 3 .Os @@ -62,7 +65,7 @@ will fail if: The value specified by .Fa cond or the value specified by -.Fa attr +.Fa mutex is invalid. .El .Sh SEE ALSO diff --git a/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3 index 196b3da167e..9f1cc7a4804 100644 --- a/lib/libc_r/man/pthread_create.3 +++ b/lib/libc_r/man/pthread_create.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_create.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_create.3,v 1.8 1999/08/28 00:03:04 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_CREATE 3 .Os diff --git a/lib/libc_r/man/pthread_detach.3 b/lib/libc_r/man/pthread_detach.3 index ca62e49ea2c..f4d30b1ee96 100644 --- a/lib/libc_r/man/pthread_detach.3 +++ b/lib/libc_r/man/pthread_detach.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_detach.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_detach.3,v 1.5 1999/08/28 00:03:05 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_DETACH 3 .Os diff --git a/lib/libc_r/man/pthread_equal.3 b/lib/libc_r/man/pthread_equal.3 index ba1b0a81964..47920b750bd 100644 --- a/lib/libc_r/man/pthread_equal.3 +++ b/lib/libc_r/man/pthread_equal.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_equal.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_equal.3,v 1.4 1999/08/28 00:03:05 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_EQUAL 3 .Os diff --git a/lib/libc_r/man/pthread_exit.3 b/lib/libc_r/man/pthread_exit.3 index d12b2290d02..8ae88911801 100644 --- a/lib/libc_r/man/pthread_exit.3 +++ b/lib/libc_r/man/pthread_exit.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_exit.3,v 1.7 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_exit.3,v 1.7 1999/08/28 00:03:06 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_EXIT 3 .Os diff --git a/lib/libc_r/man/pthread_getspecific.3 b/lib/libc_r/man/pthread_getspecific.3 index 9d96901c7fb..e2b166e9cb4 100644 --- a/lib/libc_r/man/pthread_getspecific.3 +++ b/lib/libc_r/man/pthread_getspecific.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_getspecific.3,v 1.4 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD: pthread_getspecific.3,v 1.5 1998/08/03 00:58:36 alex Exp $ -.\" $OpenBSD: pthread_getspecific.3,v 1.3 1999/03/10 10:04:42 d Exp $ +.\" $FreeBSD: pthread_getspecific.3,v 1.6 1999/08/28 00:03:06 peter Exp $ .\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 diff --git a/lib/libc_r/man/pthread_join.3 b/lib/libc_r/man/pthread_join.3 index 6abfc3e0b50..d8ee9fc5e71 100644 --- a/lib/libc_r/man/pthread_join.3 +++ b/lib/libc_r/man/pthread_join.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_join.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_join.3,v 1.6 1999/08/28 00:03:06 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_JOIN 3 .Os diff --git a/lib/libc_r/man/pthread_key_create.3 b/lib/libc_r/man/pthread_key_create.3 index f9f4b2c6b9c..548e96ac5db 100644 --- a/lib/libc_r/man/pthread_key_create.3 +++ b/lib/libc_r/man/pthread_key_create.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_key_create.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_key_create.3,v 1.5 1999/08/28 00:03:06 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_KEY_CREATE 3 .Os diff --git a/lib/libc_r/man/pthread_key_delete.3 b/lib/libc_r/man/pthread_key_delete.3 index 48c6895187f..ce95dbf6e5e 100644 --- a/lib/libc_r/man/pthread_key_delete.3 +++ b/lib/libc_r/man/pthread_key_delete.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_key_delete.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_key_delete.3,v 1.5 1999/08/28 00:03:06 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_KEY_DELETE 3 .Os diff --git a/lib/libc_r/man/pthread_mutex_destroy.3 b/lib/libc_r/man/pthread_mutex_destroy.3 index 2b9e0c06000..9cc1360c9d7 100644 --- a/lib/libc_r/man/pthread_mutex_destroy.3 +++ b/lib/libc_r/man/pthread_mutex_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_destroy.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_destroy.3,v 1.5 1999/08/28 00:03:07 peter Exp $ +.\" .Dd July 29, 1998 .Dt PTHREAD_MUTEX_DESTROY 3 .Os diff --git a/lib/libc_r/man/pthread_mutex_init.3 b/lib/libc_r/man/pthread_mutex_init.3 index 981ddd31efa..a8c5d937dba 100644 --- a/lib/libc_r/man/pthread_mutex_init.3 +++ b/lib/libc_r/man/pthread_mutex_init.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_init.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_init.3,v 1.6 1999/08/28 00:03:07 peter Exp $ +.\" .Dd July 29, 1998 .Dt PTHREAD_MUTEX_INIT 3 .Os diff --git a/lib/libc_r/man/pthread_mutex_lock.3 b/lib/libc_r/man/pthread_mutex_lock.3 index a273947e1c8..66d211064d4 100644 --- a/lib/libc_r/man/pthread_mutex_lock.3 +++ b/lib/libc_r/man/pthread_mutex_lock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_lock.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_lock.3,v 1.5 1999/08/28 00:03:07 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_MUTEX_LOCK 3 .Os diff --git a/lib/libc_r/man/pthread_mutex_trylock.3 b/lib/libc_r/man/pthread_mutex_trylock.3 index ac3abe03d2a..6475d5f7c61 100644 --- a/lib/libc_r/man/pthread_mutex_trylock.3 +++ b/lib/libc_r/man/pthread_mutex_trylock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_trylock.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_trylock.3,v 1.5 1999/08/28 00:03:08 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_MUTEX_TRYLOCK 3 .Os diff --git a/lib/libc_r/man/pthread_mutex_unlock.3 b/lib/libc_r/man/pthread_mutex_unlock.3 index 9b9b0cc82c8..ebf4113829e 100644 --- a/lib/libc_r/man/pthread_mutex_unlock.3 +++ b/lib/libc_r/man/pthread_mutex_unlock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_unlock.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_unlock.3,v 1.5 1999/08/28 00:03:08 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_MUTEX_UNLOCK 3 .Os diff --git a/lib/libc_r/man/pthread_once.3 b/lib/libc_r/man/pthread_once.3 index 2454d61dd92..fbd707c6e58 100644 --- a/lib/libc_r/man/pthread_once.3 +++ b/lib/libc_r/man/pthread_once.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_once.3,v 1.7 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_once.3,v 1.5 1999/08/28 00:03:09 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_ONCE 3 .Os diff --git a/lib/libc_r/man/pthread_rwlock_destroy.3 b/lib/libc_r/man/pthread_rwlock_destroy.3 index 3ad133ff3aa..103d2efe5ff 100644 --- a/lib/libc_r/man/pthread_rwlock_destroy.3 +++ b/lib/libc_r/man/pthread_rwlock_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ -.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ +.\" $FreeBSD: pthread_rwlock_destroy.3,v 1.3 1999/08/28 00:03:09 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_DESTROY 3 @@ -78,4 +78,6 @@ is invalid. The .Fn pthread_rwlock_destroy function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlock_init.3 b/lib/libc_r/man/pthread_rwlock_init.3 index 7b7bfa53690..617897c338f 100644 --- a/lib/libc_r/man/pthread_rwlock_init.3 +++ b/lib/libc_r/man/pthread_rwlock_init.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_init.3,v 1.3 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_init.3,v 1.2 1999/04/21 20:36:40 alex Exp $ -.\" $OpenBSD: pthread_rwlock_init.3,v 1.2 1999/04/21 20:36:40 alex Exp $ +.\" $FreeBSD: pthread_rwlock_init.3,v 1.2 1999/08/28 00:03:09 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_INIT 3 @@ -95,6 +95,8 @@ is invalid. The .Fn pthread_rwlock_init function first appeared in +.Fx 3.0 +and .Ox 2.5 . .Sh BUGS The PTHREAD_PROCESS_SHARED attribute is not supported. diff --git a/lib/libc_r/man/pthread_rwlock_rdlock.3 b/lib/libc_r/man/pthread_rwlock_rdlock.3 index 7f69e3a2828..3d038109370 100644 --- a/lib/libc_r/man/pthread_rwlock_rdlock.3 +++ b/lib/libc_r/man/pthread_rwlock_rdlock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.3 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_rdlock.3,v 1.2 1999/04/21 20:36:40 alex Exp $ -.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.2 1999/04/21 20:36:40 alex Exp $ +.\" $FreeBSD: pthread_rwlock_rdlock.3,v 1.2 1999/08/28 00:03:09 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_RDLOCK 3 @@ -120,4 +120,6 @@ statically initialized locks only). The .Fn pthread_rwlock_rdlock function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlock_unlock.3 b/lib/libc_r/man/pthread_rwlock_unlock.3 index bceb5bfa1b1..1fc67cb10a4 100644 --- a/lib/libc_r/man/pthread_rwlock_unlock.3 +++ b/lib/libc_r/man/pthread_rwlock_unlock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.3 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_unlock.3,v 1.2 1999/04/21 20:36:41 alex Exp $ -.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.2 1999/04/21 20:36:41 alex Exp $ +.\" $FreeBSD: pthread_rwlock_unlock.3,v 1.2 1999/08/28 00:03:10 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_UNLOCK 3 @@ -77,4 +77,6 @@ The current thread does not own the read/write lock. The .Fn pthread_rwlock_unlock function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlock_wrlock.3 b/lib/libc_r/man/pthread_rwlock_wrlock.3 index acf72349d96..e3a7ec0df60 100644 --- a/lib/libc_r/man/pthread_rwlock_wrlock.3 +++ b/lib/libc_r/man/pthread_rwlock_wrlock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.3 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_wrlock.3,v 1.2 1999/04/21 20:36:41 alex Exp $ -.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.2 1999/04/21 20:36:41 alex Exp $ +.\" $FreeBSD: pthread_rwlock_wrlock.3,v 1.2 1999/08/28 00:03:10 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_WRLOCK 3 @@ -100,4 +100,6 @@ statically initialized locks only). The .Fn pthread_rwlock_wrlock function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlockattr_destroy.3 b/lib/libc_r/man/pthread_rwlockattr_destroy.3 index 41a04620933..a77f3592d53 100644 --- a/lib/libc_r/man/pthread_rwlockattr_destroy.3 +++ b/lib/libc_r/man/pthread_rwlockattr_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.5 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlockattr_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ -.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ +.\" $FreeBSD: pthread_rwlockattr_destroy.3,v 1.3 1999/08/28 00:03:10 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCKATTR_DESTROY 3 @@ -66,4 +66,6 @@ is invalid. The .Fn pthread_rwlockattr_destroy function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlockattr_getpshared.3 b/lib/libc_r/man/pthread_rwlockattr_getpshared.3 index 38f50448d65..6003fec5368 100644 --- a/lib/libc_r/man/pthread_rwlockattr_getpshared.3 +++ b/lib/libc_r/man/pthread_rwlockattr_getpshared.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.5 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,10 +23,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlockattr_getpshared.3,v 1.4 1999/04/21 20:36:41 alex Exp $ -.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.4 1999/04/21 20:36:41 alex Exp $ +.\" $FreeBSD: pthread_rwlockattr_getpshared.3,v 1.4 1999/08/28 00:03:10 peter Exp $ .\" -.Dd August 4, 1998 +.Dd March 22, 1999 .Dt PTHREAD_RWLOCKATTR_GETPSHARED 3 .Os .Sh NAME @@ -78,4 +78,6 @@ is invalid. The .Fn pthread_rwlockattr_getpshared function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlockattr_init.3 b/lib/libc_r/man/pthread_rwlockattr_init.3 index b8459f1a424..b7132f9ca0c 100644 --- a/lib/libc_r/man/pthread_rwlockattr_init.3 +++ b/lib/libc_r/man/pthread_rwlockattr_init.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.4 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlockattr_init.3,v 1.3 1999/05/14 21:03:21 alex Exp $ -.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.3 1999/05/14 21:03:21 alex Exp $ +.\" $FreeBSD: pthread_rwlockattr_init.3,v 1.3 1999/08/28 00:03:10 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCKATTR_INIT 3 @@ -65,4 +65,6 @@ Insufficient memory exists to initialize the attribute object. The .Fn pthread_rwlockattr_init function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 index a6777427a8a..dcfb1ab6c7e 100644 --- a/lib/libc_r/man/pthread_rwlockattr_setpshared.3 +++ b/lib/libc_r/man/pthread_rwlockattr_setpshared.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.3 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlockattr_setpshared.3,v 1.2 1999/04/21 20:36:41 alex Exp $ -.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.2 1999/04/21 20:36:41 alex Exp $ +.\" $FreeBSD: pthread_rwlockattr_setpshared.3,v 1.2 1999/08/28 00:03:11 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCKATTR_SETPSHARED 3 @@ -82,6 +82,8 @@ is invalid. The .Fn pthread_rwlockattr_setpshared function first appeared in +.Fx 3.0 +and .Ox 2.5 . .Sh BUGS The PTHREAD_PROCESS_SHARED attribute is not supported. diff --git a/lib/libc_r/man/pthread_self.3 b/lib/libc_r/man/pthread_self.3 index 3a43764ac0a..edc4c20eb4d 100644 --- a/lib/libc_r/man/pthread_self.3 +++ b/lib/libc_r/man/pthread_self.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_self.3,v 1.5 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_self.3,v 1.4 1999/08/28 00:03:11 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_SELF 3 .Os diff --git a/lib/libc_r/man/pthread_setspecific.3 b/lib/libc_r/man/pthread_setspecific.3 index dd4e5bf775f..f8f8e855dd5 100644 --- a/lib/libc_r/man/pthread_setspecific.3 +++ b/lib/libc_r/man/pthread_setspecific.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_setspecific.3,v 1.6 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_setspecific.3,v 1.5 1999/08/28 00:03:11 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_SETSPECIFIC 3 .Os diff --git a/lib/libc_r/man/pthread_testcancel.3 b/lib/libc_r/man/pthread_testcancel.3 index aaf37e26acc..4c0bce59135 100644 --- a/lib/libc_r/man/pthread_testcancel.3 +++ b/lib/libc_r/man/pthread_testcancel.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_testcancel.3,v 1.5 1999/11/24 05:35:33 d Exp $ .Dd January 17, 1999 .Dt PTHREAD_TESTCANCEL 3 .Os diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index c51d8ad23cc..75083ab4276 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,5 +1,5 @@ -# $Id: Makefile.inc,v 1.6 1999/06/15 00:07:40 d Exp $ -# $OpenBSD: Makefile.inc,v 1.6 1999/06/15 00:07:40 d Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1999/11/24 05:35:31 d Exp $ +# $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files diff --git a/lib/libpthread/man/pthread_cancel.3 b/lib/libpthread/man/pthread_cancel.3 index d79740f7d7b..c1d1d021238 100644 --- a/lib/libpthread/man/pthread_cancel.3 +++ b/lib/libpthread/man/pthread_cancel.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cancel.3,v 1.4 1999/11/24 05:35:31 d Exp $ .Dd January 17, 1999 .Dt PTHREAD_CANCEL 3 .Os diff --git a/lib/libpthread/man/pthread_cleanup_pop.3 b/lib/libpthread/man/pthread_cleanup_pop.3 index 44adf23900f..4bf2a6a63ee 100644 --- a/lib/libpthread/man/pthread_cleanup_pop.3 +++ b/lib/libpthread/man/pthread_cleanup_pop.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cleanup_pop.3,v 1.4 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cleanup_pop.3,v 1.4 1999/08/28 00:03:02 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_CLEANUP_POP 3 .Os diff --git a/lib/libpthread/man/pthread_cleanup_push.3 b/lib/libpthread/man/pthread_cleanup_push.3 index fb54383ea3c..f1efb812ae4 100644 --- a/lib/libpthread/man/pthread_cleanup_push.3 +++ b/lib/libpthread/man/pthread_cleanup_push.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cleanup_push.3,v 1.4 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cleanup_push.3,v 1.5 1999/08/28 00:03:02 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_CLEANUP_PUSH 3 .Os diff --git a/lib/libpthread/man/pthread_cond_broadcast.3 b/lib/libpthread/man/pthread_cond_broadcast.3 index a18a60e545f..6383ecf136c 100644 --- a/lib/libpthread/man/pthread_cond_broadcast.3 +++ b/lib/libpthread/man/pthread_cond_broadcast.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_broadcast.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_broadcast.3,v 1.5 1999/08/28 00:03:03 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_BROADCAST 3 .Os diff --git a/lib/libpthread/man/pthread_cond_destroy.3 b/lib/libpthread/man/pthread_cond_destroy.3 index 8191fe3009c..1e52d370758 100644 --- a/lib/libpthread/man/pthread_cond_destroy.3 +++ b/lib/libpthread/man/pthread_cond_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_destroy.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_destroy.3,v 1.5 1999/08/28 00:03:03 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_DESTROY 3 .Os diff --git a/lib/libpthread/man/pthread_cond_init.3 b/lib/libpthread/man/pthread_cond_init.3 index aa5593cb8c8..50bad745337 100644 --- a/lib/libpthread/man/pthread_cond_init.3 +++ b/lib/libpthread/man/pthread_cond_init.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_init.3,v 1.6 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_init.3,v 1.6 1999/08/28 00:03:03 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_INIT 3 .Os diff --git a/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3 index 07062b09069..3aa39820b2f 100644 --- a/lib/libpthread/man/pthread_cond_signal.3 +++ b/lib/libpthread/man/pthread_cond_signal.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_signal.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_signal.3,v 1.5 1999/08/28 00:03:04 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_SIGNAL 3 .Os diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index 113889bfa76..1f1f15061a1 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_timedwait.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_timedwait.3,v 1.6 1999/08/28 00:03:04 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_TIMEDWAIT 3 .Os @@ -63,9 +66,10 @@ will fail if: .Bl -tag -width Er .It Bq Er EINVAL The value specified by -.Fa cond -or the value specified by -.Fa attr +.Fa cond , +.Fa mutex +or +.Fa abstime is invalid. .It Bq Er ETIMEDOUT The system time has reached or exceeded the time specified in diff --git a/lib/libpthread/man/pthread_cond_wait.3 b/lib/libpthread/man/pthread_cond_wait.3 index d5fb5b29ce6..0df409016d1 100644 --- a/lib/libpthread/man/pthread_cond_wait.3 +++ b/lib/libpthread/man/pthread_cond_wait.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_cond_wait.3,v 1.5 1999/11/24 05:35:31 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_cond_wait.3,v 1.6 1999/08/28 00:03:04 peter Exp $ +.\" .Dd July 28, 1998 .Dt PTHREAD_COND_WAIT 3 .Os @@ -62,7 +65,7 @@ will fail if: The value specified by .Fa cond or the value specified by -.Fa attr +.Fa mutex is invalid. .El .Sh SEE ALSO diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 196b3da167e..9f1cc7a4804 100644 --- a/lib/libpthread/man/pthread_create.3 +++ b/lib/libpthread/man/pthread_create.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_create.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_create.3,v 1.8 1999/08/28 00:03:04 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_CREATE 3 .Os diff --git a/lib/libpthread/man/pthread_detach.3 b/lib/libpthread/man/pthread_detach.3 index ca62e49ea2c..f4d30b1ee96 100644 --- a/lib/libpthread/man/pthread_detach.3 +++ b/lib/libpthread/man/pthread_detach.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_detach.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_detach.3,v 1.5 1999/08/28 00:03:05 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_DETACH 3 .Os diff --git a/lib/libpthread/man/pthread_equal.3 b/lib/libpthread/man/pthread_equal.3 index ba1b0a81964..47920b750bd 100644 --- a/lib/libpthread/man/pthread_equal.3 +++ b/lib/libpthread/man/pthread_equal.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_equal.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_equal.3,v 1.4 1999/08/28 00:03:05 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_EQUAL 3 .Os diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3 index d12b2290d02..8ae88911801 100644 --- a/lib/libpthread/man/pthread_exit.3 +++ b/lib/libpthread/man/pthread_exit.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_exit.3,v 1.7 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_exit.3,v 1.7 1999/08/28 00:03:06 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_EXIT 3 .Os diff --git a/lib/libpthread/man/pthread_getspecific.3 b/lib/libpthread/man/pthread_getspecific.3 index 9d96901c7fb..e2b166e9cb4 100644 --- a/lib/libpthread/man/pthread_getspecific.3 +++ b/lib/libpthread/man/pthread_getspecific.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_getspecific.3,v 1.4 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD: pthread_getspecific.3,v 1.5 1998/08/03 00:58:36 alex Exp $ -.\" $OpenBSD: pthread_getspecific.3,v 1.3 1999/03/10 10:04:42 d Exp $ +.\" $FreeBSD: pthread_getspecific.3,v 1.6 1999/08/28 00:03:06 peter Exp $ .\" .Dd April 4, 1996 .Dt PTHREAD_GETSPECIFIC 3 diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3 index 6abfc3e0b50..d8ee9fc5e71 100644 --- a/lib/libpthread/man/pthread_join.3 +++ b/lib/libpthread/man/pthread_join.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_join.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996-1998 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_join.3,v 1.6 1999/08/28 00:03:06 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_JOIN 3 .Os diff --git a/lib/libpthread/man/pthread_key_create.3 b/lib/libpthread/man/pthread_key_create.3 index f9f4b2c6b9c..548e96ac5db 100644 --- a/lib/libpthread/man/pthread_key_create.3 +++ b/lib/libpthread/man/pthread_key_create.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_key_create.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_key_create.3,v 1.5 1999/08/28 00:03:06 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_KEY_CREATE 3 .Os diff --git a/lib/libpthread/man/pthread_key_delete.3 b/lib/libpthread/man/pthread_key_delete.3 index 48c6895187f..ce95dbf6e5e 100644 --- a/lib/libpthread/man/pthread_key_delete.3 +++ b/lib/libpthread/man/pthread_key_delete.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_key_delete.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_key_delete.3,v 1.5 1999/08/28 00:03:06 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_KEY_DELETE 3 .Os diff --git a/lib/libpthread/man/pthread_mutex_destroy.3 b/lib/libpthread/man/pthread_mutex_destroy.3 index 2b9e0c06000..9cc1360c9d7 100644 --- a/lib/libpthread/man/pthread_mutex_destroy.3 +++ b/lib/libpthread/man/pthread_mutex_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_destroy.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_destroy.3,v 1.5 1999/08/28 00:03:07 peter Exp $ +.\" .Dd July 29, 1998 .Dt PTHREAD_MUTEX_DESTROY 3 .Os diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index 981ddd31efa..a8c5d937dba 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_init.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_init.3,v 1.6 1999/08/28 00:03:07 peter Exp $ +.\" .Dd July 29, 1998 .Dt PTHREAD_MUTEX_INIT 3 .Os diff --git a/lib/libpthread/man/pthread_mutex_lock.3 b/lib/libpthread/man/pthread_mutex_lock.3 index a273947e1c8..66d211064d4 100644 --- a/lib/libpthread/man/pthread_mutex_lock.3 +++ b/lib/libpthread/man/pthread_mutex_lock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_lock.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_lock.3,v 1.5 1999/08/28 00:03:07 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_MUTEX_LOCK 3 .Os diff --git a/lib/libpthread/man/pthread_mutex_trylock.3 b/lib/libpthread/man/pthread_mutex_trylock.3 index ac3abe03d2a..6475d5f7c61 100644 --- a/lib/libpthread/man/pthread_mutex_trylock.3 +++ b/lib/libpthread/man/pthread_mutex_trylock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_trylock.3,v 1.6 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_trylock.3,v 1.5 1999/08/28 00:03:08 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_MUTEX_TRYLOCK 3 .Os diff --git a/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3 index 9b9b0cc82c8..ebf4113829e 100644 --- a/lib/libpthread/man/pthread_mutex_unlock.3 +++ b/lib/libpthread/man/pthread_mutex_unlock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_mutex_unlock.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. .\" @@ -25,6 +26,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_mutex_unlock.3,v 1.5 1999/08/28 00:03:08 peter Exp $ +.\" .Dd July 30, 1998 .Dt PTHREAD_MUTEX_UNLOCK 3 .Os diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index 2454d61dd92..fbd707c6e58 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/man/pthread_once.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_once.3,v 1.7 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_once.3,v 1.5 1999/08/28 00:03:09 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_ONCE 3 .Os diff --git a/lib/libpthread/man/pthread_rwlock_destroy.3 b/lib/libpthread/man/pthread_rwlock_destroy.3 index 3ad133ff3aa..103d2efe5ff 100644 --- a/lib/libpthread/man/pthread_rwlock_destroy.3 +++ b/lib/libpthread/man/pthread_rwlock_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.5 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ -.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ +.\" $FreeBSD: pthread_rwlock_destroy.3,v 1.3 1999/08/28 00:03:09 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_DESTROY 3 @@ -78,4 +78,6 @@ is invalid. The .Fn pthread_rwlock_destroy function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlock_init.3 b/lib/libpthread/man/pthread_rwlock_init.3 index 7b7bfa53690..617897c338f 100644 --- a/lib/libpthread/man/pthread_rwlock_init.3 +++ b/lib/libpthread/man/pthread_rwlock_init.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_init.3,v 1.3 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_init.3,v 1.2 1999/04/21 20:36:40 alex Exp $ -.\" $OpenBSD: pthread_rwlock_init.3,v 1.2 1999/04/21 20:36:40 alex Exp $ +.\" $FreeBSD: pthread_rwlock_init.3,v 1.2 1999/08/28 00:03:09 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_INIT 3 @@ -95,6 +95,8 @@ is invalid. The .Fn pthread_rwlock_init function first appeared in +.Fx 3.0 +and .Ox 2.5 . .Sh BUGS The PTHREAD_PROCESS_SHARED attribute is not supported. diff --git a/lib/libpthread/man/pthread_rwlock_rdlock.3 b/lib/libpthread/man/pthread_rwlock_rdlock.3 index 7f69e3a2828..3d038109370 100644 --- a/lib/libpthread/man/pthread_rwlock_rdlock.3 +++ b/lib/libpthread/man/pthread_rwlock_rdlock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.3 1999/11/24 05:35:32 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_rdlock.3,v 1.2 1999/04/21 20:36:40 alex Exp $ -.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.2 1999/04/21 20:36:40 alex Exp $ +.\" $FreeBSD: pthread_rwlock_rdlock.3,v 1.2 1999/08/28 00:03:09 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_RDLOCK 3 @@ -120,4 +120,6 @@ statically initialized locks only). The .Fn pthread_rwlock_rdlock function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlock_unlock.3 b/lib/libpthread/man/pthread_rwlock_unlock.3 index bceb5bfa1b1..1fc67cb10a4 100644 --- a/lib/libpthread/man/pthread_rwlock_unlock.3 +++ b/lib/libpthread/man/pthread_rwlock_unlock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.3 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_unlock.3,v 1.2 1999/04/21 20:36:41 alex Exp $ -.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.2 1999/04/21 20:36:41 alex Exp $ +.\" $FreeBSD: pthread_rwlock_unlock.3,v 1.2 1999/08/28 00:03:10 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_UNLOCK 3 @@ -77,4 +77,6 @@ The current thread does not own the read/write lock. The .Fn pthread_rwlock_unlock function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlock_wrlock.3 b/lib/libpthread/man/pthread_rwlock_wrlock.3 index acf72349d96..e3a7ec0df60 100644 --- a/lib/libpthread/man/pthread_rwlock_wrlock.3 +++ b/lib/libpthread/man/pthread_rwlock_wrlock.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.3 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlock_wrlock.3,v 1.2 1999/04/21 20:36:41 alex Exp $ -.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.2 1999/04/21 20:36:41 alex Exp $ +.\" $FreeBSD: pthread_rwlock_wrlock.3,v 1.2 1999/08/28 00:03:10 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCK_WRLOCK 3 @@ -100,4 +100,6 @@ statically initialized locks only). The .Fn pthread_rwlock_wrlock function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlockattr_destroy.3 b/lib/libpthread/man/pthread_rwlockattr_destroy.3 index 41a04620933..a77f3592d53 100644 --- a/lib/libpthread/man/pthread_rwlockattr_destroy.3 +++ b/lib/libpthread/man/pthread_rwlockattr_destroy.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.5 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlockattr_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ -.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.4 1999/07/09 13:35:25 aaron Exp $ +.\" $FreeBSD: pthread_rwlockattr_destroy.3,v 1.3 1999/08/28 00:03:10 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCKATTR_DESTROY 3 @@ -66,4 +66,6 @@ is invalid. The .Fn pthread_rwlockattr_destroy function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 b/lib/libpthread/man/pthread_rwlockattr_getpshared.3 index 38f50448d65..6003fec5368 100644 --- a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 +++ b/lib/libpthread/man/pthread_rwlockattr_getpshared.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.5 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,10 +23,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlockattr_getpshared.3,v 1.4 1999/04/21 20:36:41 alex Exp $ -.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.4 1999/04/21 20:36:41 alex Exp $ +.\" $FreeBSD: pthread_rwlockattr_getpshared.3,v 1.4 1999/08/28 00:03:10 peter Exp $ .\" -.Dd August 4, 1998 +.Dd March 22, 1999 .Dt PTHREAD_RWLOCKATTR_GETPSHARED 3 .Os .Sh NAME @@ -78,4 +78,6 @@ is invalid. The .Fn pthread_rwlockattr_getpshared function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlockattr_init.3 b/lib/libpthread/man/pthread_rwlockattr_init.3 index b8459f1a424..b7132f9ca0c 100644 --- a/lib/libpthread/man/pthread_rwlockattr_init.3 +++ b/lib/libpthread/man/pthread_rwlockattr_init.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.4 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlockattr_init.3,v 1.3 1999/05/14 21:03:21 alex Exp $ -.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.3 1999/05/14 21:03:21 alex Exp $ +.\" $FreeBSD: pthread_rwlockattr_init.3,v 1.3 1999/08/28 00:03:10 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCKATTR_INIT 3 @@ -65,4 +65,6 @@ Insufficient memory exists to initialize the attribute object. The .Fn pthread_rwlockattr_init function first appeared in +.Fx 3.0 +and .Ox 2.5 . diff --git a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 b/lib/libpthread/man/pthread_rwlockattr_setpshared.3 index a6777427a8a..dcfb1ab6c7e 100644 --- a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 +++ b/lib/libpthread/man/pthread_rwlockattr_setpshared.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.3 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -22,8 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pthread_rwlockattr_setpshared.3,v 1.2 1999/04/21 20:36:41 alex Exp $ -.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.2 1999/04/21 20:36:41 alex Exp $ +.\" $FreeBSD: pthread_rwlockattr_setpshared.3,v 1.2 1999/08/28 00:03:11 peter Exp $ .\" .Dd August 4, 1998 .Dt PTHREAD_RWLOCKATTR_SETPSHARED 3 @@ -82,6 +82,8 @@ is invalid. The .Fn pthread_rwlockattr_setpshared function first appeared in +.Fx 3.0 +and .Ox 2.5 . .Sh BUGS The PTHREAD_PROCESS_SHARED attribute is not supported. diff --git a/lib/libpthread/man/pthread_self.3 b/lib/libpthread/man/pthread_self.3 index 3a43764ac0a..edc4c20eb4d 100644 --- a/lib/libpthread/man/pthread_self.3 +++ b/lib/libpthread/man/pthread_self.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_self.3,v 1.5 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_self.3,v 1.4 1999/08/28 00:03:11 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_SELF 3 .Os diff --git a/lib/libpthread/man/pthread_setspecific.3 b/lib/libpthread/man/pthread_setspecific.3 index dd4e5bf775f..f8f8e855dd5 100644 --- a/lib/libpthread/man/pthread_setspecific.3 +++ b/lib/libpthread/man/pthread_setspecific.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_setspecific.3,v 1.6 1999/11/24 05:35:33 d Exp $ .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. .\" @@ -28,6 +29,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $FreeBSD: pthread_setspecific.3,v 1.5 1999/08/28 00:03:11 peter Exp $ +.\" .Dd April 4, 1996 .Dt PTHREAD_SETSPECIFIC 3 .Os diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3 index aaf37e26acc..4c0bce59135 100644 --- a/lib/libpthread/man/pthread_testcancel.3 +++ b/lib/libpthread/man/pthread_testcancel.3 @@ -1,3 +1,4 @@ +.\" $OpenBSD: pthread_testcancel.3,v 1.5 1999/11/24 05:35:33 d Exp $ .Dd January 17, 1999 .Dt PTHREAD_TESTCANCEL 3 .Os |