summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc_r/man/pthread_mutex_unlock.32
-rw-r--r--lib/libpthread/man/pthread_mutex_unlock.32
-rw-r--r--share/man/man3/pthread_mutex_unlock.32
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/man/pthread_mutex_unlock.3 b/lib/libc_r/man/pthread_mutex_unlock.3
index d5ae7dc..f6bc457 100644
--- a/lib/libc_r/man/pthread_mutex_unlock.3
+++ b/lib/libc_r/man/pthread_mutex_unlock.3
@@ -52,7 +52,7 @@ If successful,
will return zero, otherwise an error number will be returned to
indicate the error.
.Sh ERRORS
-.Fn pthread_mutex_trylock
+.Fn pthread_mutex_unlock
will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
diff --git a/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3
index d5ae7dc..f6bc457 100644
--- a/lib/libpthread/man/pthread_mutex_unlock.3
+++ b/lib/libpthread/man/pthread_mutex_unlock.3
@@ -52,7 +52,7 @@ If successful,
will return zero, otherwise an error number will be returned to
indicate the error.
.Sh ERRORS
-.Fn pthread_mutex_trylock
+.Fn pthread_mutex_unlock
will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
diff --git a/share/man/man3/pthread_mutex_unlock.3 b/share/man/man3/pthread_mutex_unlock.3
index d5ae7dc..f6bc457 100644
--- a/share/man/man3/pthread_mutex_unlock.3
+++ b/share/man/man3/pthread_mutex_unlock.3
@@ -52,7 +52,7 @@ If successful,
will return zero, otherwise an error number will be returned to
indicate the error.
.Sh ERRORS
-.Fn pthread_mutex_trylock
+.Fn pthread_mutex_unlock
will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
OpenPOWER on IntegriCloud