diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-02 11:19:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-02 11:19:49 +0000 |
commit | 80c7888b8f814a12dd4086b9c3f777aa7ce8202d (patch) | |
tree | 07f23647e978e7e810dded59b0a1270aefd3da16 /lib | |
parent | 3eb52f32cfed9f546c68d46c7af2692241b0a1f1 (diff) |
section reorder;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_destroy.3 | 16 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_init.3 | 20 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_rdlock.3 | 26 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_unlock.3 | 18 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_wrlock.3 | 20 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_rwlockattr_destroy.3 | 16 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_rwlockattr_getpshared.3 | 20 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_rwlockattr_init.3 | 16 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_rwlockattr_setpshared.3 | 18 |
9 files changed, 85 insertions, 85 deletions
diff --git a/lib/libpthread/man/pthread_rwlock_destroy.3 b/lib/libpthread/man/pthread_rwlock_destroy.3 index c75bc870448..787272f0da9 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.6 2003/05/18 13:06:33 jmc Exp $ +.\" $OpenBSD: pthread_rwlock_destroy.3,v 1.7 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -45,13 +45,6 @@ If successful, the .Fn pthread_rwlock_destroy function will return zero. Otherwise an error number will be returned to indicate the error. -.Sh SEE ALSO -.Xr pthread_rwlock_init 3 -.Sh STANDARDS -The -.Fn pthread_rwlock_destroy -function is expected to conform to -.St -susv2 . .Sh ERRORS The .Fn pthread_rwlock_destroy @@ -74,6 +67,13 @@ The value specified by .Fa lock is invalid. .El +.Sh SEE ALSO +.Xr pthread_rwlock_init 3 +.Sh STANDARDS +The +.Fn pthread_rwlock_destroy +function is expected to conform to +.St -susv2 . .Sh HISTORY The .Fn pthread_rwlock_destroy diff --git a/lib/libpthread/man/pthread_rwlock_init.3 b/lib/libpthread/man/pthread_rwlock_init.3 index f81e29ca68a..c6af02581b1 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.5 2003/05/18 13:06:33 jmc Exp $ +.\" $OpenBSD: pthread_rwlock_init.3,v 1.6 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -53,15 +53,6 @@ If successful, the .Fn pthread_rwlock_init function will return zero. Otherwise an error number will be returned to indicate the error. -.Sh SEE ALSO -.Xr pthread_rwlock_destroy 3 , -.Xr pthread_rwlockattr_init 3 , -.Xr pthread_rwlockattr_setpshared 3 -.Sh STANDARDS -The -.Fn pthread_rwlock_init -function is expected to conform to -.St -susv2 . .Sh ERRORS The .Fn pthread_rwlock_init @@ -91,6 +82,15 @@ The value specified by .Fa attr is invalid. .El +.Sh SEE ALSO +.Xr pthread_rwlock_destroy 3 , +.Xr pthread_rwlockattr_init 3 , +.Xr pthread_rwlockattr_setpshared 3 +.Sh STANDARDS +The +.Fn pthread_rwlock_init +function is expected to conform to +.St -susv2 . .Sh HISTORY The .Fn pthread_rwlock_init diff --git a/lib/libpthread/man/pthread_rwlock_rdlock.3 b/lib/libpthread/man/pthread_rwlock_rdlock.3 index 40a08ed7505..86f0aa9b4e2 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.6 2003/05/18 13:06:33 jmc Exp $ +.\" $OpenBSD: pthread_rwlock_rdlock.3,v 1.7 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -72,18 +72,6 @@ and .Fn pthread_rwlock_tryrdlock functions will return zero. Otherwise an error number will be returned to indicate the error. -.Sh SEE ALSO -.Xr pthread_rwlock_init 3 , -.Xr pthread_rwlock_trywrlock 3 , -.Xr pthread_rwlock_unlock 3 , -.Xr pthread_rwlock_wrlock 3 -.Sh STANDARDS -The -.Fn pthread_rwlock_rdlock -and -.Fn pthread_rwlock_tryrdlock -functions are expected to conform to -.St -susv2 . .Sh ERRORS The .Fn pthread_rwlock_tryrdlock @@ -117,6 +105,18 @@ is invalid. Insufficient memory exists to initialize the lock (applies to statically initialized locks only). .El +.Sh SEE ALSO +.Xr pthread_rwlock_init 3 , +.Xr pthread_rwlock_trywrlock 3 , +.Xr pthread_rwlock_unlock 3 , +.Xr pthread_rwlock_wrlock 3 +.Sh STANDARDS +The +.Fn pthread_rwlock_rdlock +and +.Fn pthread_rwlock_tryrdlock +functions are expected to conform to +.St -susv2 . .Sh HISTORY The .Fn pthread_rwlock_rdlock diff --git a/lib/libpthread/man/pthread_rwlock_unlock.3 b/lib/libpthread/man/pthread_rwlock_unlock.3 index 577b9a2af7f..b85db4ddb87 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.5 2003/05/18 13:06:33 jmc Exp $ +.\" $OpenBSD: pthread_rwlock_unlock.3,v 1.6 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -53,14 +53,6 @@ Otherwise an error number will be returned to indicate the error. The results are undefined if .Fa lock is not held by the calling thread. -.Sh SEE ALSO -.Xr pthread_rwlock_rdlock 3 , -.Xr pthread_rwlock_wrlock 3 -.Sh STANDARDS -The -.Fn pthread_rwlock_unlock -function is expected to conform to -.St -susv2 . .Sh ERRORS The .Fn pthread_rwlock_unlock @@ -73,6 +65,14 @@ is invalid. .It Bq Er EPERM The current thread does not own the read/write lock. .El +.Sh SEE ALSO +.Xr pthread_rwlock_rdlock 3 , +.Xr pthread_rwlock_wrlock 3 +.Sh STANDARDS +The +.Fn pthread_rwlock_unlock +function is expected to conform to +.St -susv2 . .Sh HISTORY The .Fn pthread_rwlock_unlock diff --git a/lib/libpthread/man/pthread_rwlock_wrlock.3 b/lib/libpthread/man/pthread_rwlock_wrlock.3 index bb9eb316597..c55668919cc 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.5 2003/05/18 13:06:33 jmc Exp $ +.\" $OpenBSD: pthread_rwlock_wrlock.3,v 1.6 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -59,15 +59,6 @@ and .Fn pthread_rwlock_trywrlock functions will return zero. Otherwise an error number will be returned to indicate the error. -.Sh SEE ALSO -.Xr pthread_rwlock_unlock 3 -.Sh STANDARDS -The -.Fn pthread_rwlock_wrlock -and -.Fn pthread_rwlock_trywrlock -functions are expected to conform to -.St -susv2 . .Sh ERRORS The .Fn pthread_rwlock_trywrlock @@ -94,6 +85,15 @@ is invalid. Insufficient memory exists to initialize the lock (applies to statically initialized locks only). .El +.Sh SEE ALSO +.Xr pthread_rwlock_unlock 3 +.Sh STANDARDS +The +.Fn pthread_rwlock_wrlock +and +.Fn pthread_rwlock_trywrlock +functions are expected to conform to +.St -susv2 . .Sh HISTORY The .Fn pthread_rwlock_wrlock diff --git a/lib/libpthread/man/pthread_rwlockattr_destroy.3 b/lib/libpthread/man/pthread_rwlockattr_destroy.3 index 34ef04ad608..82fa7ae20d5 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.7 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: pthread_rwlockattr_destroy.3,v 1.8 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -46,13 +46,6 @@ If successful, the .Fn pthread_rwlockattr_destroy function will return zero. Otherwise an error number will be returned to indicate the error. -.Sh SEE ALSO -.Xr pthread_rwlockattr_init 3 -.Sh STANDARDS -The -.Fn pthread_rwlockattr_destroy -function is expected to conform to -.St -susv2 . .Sh ERRORS .Fn pthread_rwlockattr_destroy may fail if: @@ -62,6 +55,13 @@ The value specified by .Fa attr is invalid. .El +.Sh SEE ALSO +.Xr pthread_rwlockattr_init 3 +.Sh STANDARDS +The +.Fn pthread_rwlockattr_destroy +function is expected to conform to +.St -susv2 . .Sh HISTORY The .Fn pthread_rwlockattr_destroy diff --git a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 b/lib/libpthread/man/pthread_rwlockattr_getpshared.3 index f5cb3b83e5a..cc9ae5909d9 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.7 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.8 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -57,15 +57,6 @@ If successful, the .Fn pthread_rwlockattr_getpshared function will return zero. Otherwise an error number will be returned to indicate the error. -.Sh SEE ALSO -.Xr pthread_rwlock_init 3 , -.Xr pthread_rwlockattr_init 3 , -.Xr pthread_rwlockattr_setpshared 3 -.Sh STANDARDS -The -.Fn pthread_rwlockattr_getpshared -function is expected to conform to -.St -susv2 . .Sh ERRORS .Fn pthread_rwlockattr_getpshared may fail if: @@ -75,6 +66,15 @@ The value specified by .Fa attr is invalid. .El +.Sh SEE ALSO +.Xr pthread_rwlock_init 3 , +.Xr pthread_rwlockattr_init 3 , +.Xr pthread_rwlockattr_setpshared 3 +.Sh STANDARDS +The +.Fn pthread_rwlockattr_getpshared +function is expected to conform to +.St -susv2 . .Sh HISTORY The .Fn pthread_rwlockattr_getpshared diff --git a/lib/libpthread/man/pthread_rwlockattr_init.3 b/lib/libpthread/man/pthread_rwlockattr_init.3 index 14a2fd8dbee..7fe5a8de806 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.6 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: pthread_rwlockattr_init.3,v 1.7 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -44,6 +44,13 @@ If successful, the .Fn pthread_rwlockattr_init function will return zero. Otherwise an error number will be returned to indicate the error. +.Sh ERRORS +.Fn pthread_rwlockattr_init +will fail if: +.Bl -tag -width Er +.It Bq Er ENOMEM +Insufficient memory exists to initialize the attribute object. +.El .Sh SEE ALSO .Xr pthread_rwlock_init 3 , .Xr pthread_rwlockattr_destroy 3 , @@ -54,13 +61,6 @@ The .Fn pthread_rwlockattr_init function is expected to conform to .St -susv2 . -.Sh ERRORS -.Fn pthread_rwlockattr_init -will fail if: -.Bl -tag -width Er -.It Bq Er ENOMEM -Insufficient memory exists to initialize the attribute object. -.El .Sh HISTORY The .Fn pthread_rwlockattr_init diff --git a/lib/libpthread/man/pthread_rwlockattr_setpshared.3 b/lib/libpthread/man/pthread_rwlockattr_setpshared.3 index 7cd01c27747..938c19ec9c0 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.7 2003/05/18 13:06:33 jmc Exp $ +.\" $OpenBSD: pthread_rwlockattr_setpshared.3,v 1.8 2003/06/02 11:19:48 jmc Exp $ .\" Copyright (c) 1998 Alex Nash .\" All rights reserved. .\" @@ -58,14 +58,6 @@ If successful, the .Fn pthread_rwlockattr_setpshared function will return zero. Otherwise an error number will be returned to indicate the error. -.Sh SEE ALSO -.Xr pthread_rwlock_init 3 , -.Xr pthread_rwlockattr_init 3 -.Sh STANDARDS -The -.Fn pthread_rwlockattr_setpshared -function is expected to conform to -.St -susv2 . .Sh ERRORS .Fn pthread_rwlockattr_setpshared will fail if: @@ -77,6 +69,14 @@ or .Fa pshared is invalid. .El +.Sh SEE ALSO +.Xr pthread_rwlock_init 3 , +.Xr pthread_rwlockattr_init 3 +.Sh STANDARDS +The +.Fn pthread_rwlockattr_setpshared +function is expected to conform to +.St -susv2 . .Sh HISTORY The .Fn pthread_rwlockattr_setpshared |