summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_rwlockattr_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man3/pthread_rwlockattr_init.3')
-rw-r--r--share/man/man3/pthread_rwlockattr_init.316
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man3/pthread_rwlockattr_init.3 b/share/man/man3/pthread_rwlockattr_init.3
index 0020386..8869993 100644
--- a/share/man/man3/pthread_rwlockattr_init.3
+++ b/share/man/man3/pthread_rwlockattr_init.3
@@ -48,6 +48,14 @@ If successful, the
function will return zero.
Otherwise an error number will be returned
to indicate the error.
+.Sh ERRORS
+The
+.Fn pthread_rwlockattr_init
+function 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_rwlockattr_destroy 3 ,
.Xr pthread_rwlockattr_getpshared 3 ,
@@ -58,14 +66,6 @@ The
.Fn pthread_rwlockattr_init
function is expected to conform to
.St -susv2 .
-.Sh ERRORS
-The
-.Fn pthread_rwlockattr_init
-function 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
OpenPOWER on IntegriCloud