summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_rwlock_wrlock.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/pthread_rwlock_wrlock.3')
-rw-r--r--share/man/man3/pthread_rwlock_wrlock.324
1 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man3/pthread_rwlock_wrlock.3 b/share/man/man3/pthread_rwlock_wrlock.3
index 5349504..c4fa422 100644
--- a/share/man/man3/pthread_rwlock_wrlock.3
+++ b/share/man/man3/pthread_rwlock_wrlock.3
@@ -63,18 +63,6 @@ and
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_rdlock 3 ,
-.Xr pthread_rwlock_tryrdlock 3 ,
-.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
@@ -101,6 +89,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_rdlock 3 ,
+.Xr pthread_rwlock_tryrdlock 3 ,
+.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
OpenPOWER on IntegriCloud