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/libpthread/man/pthread_rwlock_unlock.3 | |
parent | 3eb52f32cfed9f546c68d46c7af2692241b0a1f1 (diff) |
section reorder;
Diffstat (limited to 'lib/libpthread/man/pthread_rwlock_unlock.3')
-rw-r--r-- | lib/libpthread/man/pthread_rwlock_unlock.3 | 18 |
1 files changed, 9 insertions, 9 deletions
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 |