aboutsummaryrefslogtreecommitdiff
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.34
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/pthread_rwlockattr_init.3 b/share/man/man3/pthread_rwlockattr_init.3
index 46100608f9b6..031d010ae81a 100644
--- a/share/man/man3/pthread_rwlockattr_init.3
+++ b/share/man/man3/pthread_rwlockattr_init.3
@@ -27,7 +27,7 @@
.Os
.Sh NAME
.Nm pthread_rwlockattr_init
-.Nd initialize a read/write lock
+.Nd initialize a read/write lock attributes object
.Sh LIBRARY
.Lb libpthread
.Sh SYNOPSIS
@@ -50,7 +50,7 @@ The
function will fail if:
.Bl -tag -width Er
.It Bq Er ENOMEM
-Insufficient memory exists to initialize the attribute object.
+Insufficient memory exists to initialize the attributes object.
.El
.Sh SEE ALSO
.Xr pthread_rwlock_init 3 ,