diff options
Diffstat (limited to 'lib/libpthread/man/pthread_rwlock_init.3')
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_init.3 | 20 |
1 files changed, 10 insertions, 10 deletions
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 |