aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/pthread_rwlock_unlock.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
commit9cbda59000e0f366b04c83d8d852c7c34b467722 (patch)
tree36796da3893db6597f28e6ae2ca01d40b60b73cb /share/man/man3/pthread_rwlock_unlock.3
parentfc2586c322075806234c2977f39bdc1645f3bd8d (diff)
downloadsrc-9cbda59000e0f366b04c83d8d852c7c34b467722.tar.gz
src-9cbda59000e0f366b04c83d8d852c7c34b467722.zip
Sort sections.
Notes
Notes: svn path=/head/; revision=140561
Diffstat (limited to 'share/man/man3/pthread_rwlock_unlock.3')
-rw-r--r--share/man/man3/pthread_rwlock_unlock.316
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man3/pthread_rwlock_unlock.3 b/share/man/man3/pthread_rwlock_unlock.3
index 91ba9f088dba..652ad2271015 100644
--- a/share/man/man3/pthread_rwlock_unlock.3
+++ b/share/man/man3/pthread_rwlock_unlock.3
@@ -57,14 +57,6 @@ 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
@@ -77,6 +69,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