From 25a6539985a71ec2d4ee0d2698e532914d53cbf9 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Wed, 10 Jul 2002 09:06:42 +0000 Subject: [PATCH] Fix a typo. MFC after: 3 days --- lib/libc_r/man/pthread_mutex_unlock.3 | 2 +- lib/libpthread/man/pthread_mutex_unlock.3 | 2 +- share/man/man3/pthread_mutex_unlock.3 | 2 +- 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 d5ae7dc4f4d..f6bc4573d89 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 d5ae7dc4f4d..f6bc4573d89 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 d5ae7dc4f4d..f6bc4573d89 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 -- 2.45.0