diff options
Diffstat (limited to 'lib/libc_r/man/pthread_mutex_destroy.3')
-rw-r--r-- | lib/libc_r/man/pthread_mutex_destroy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_mutex_destroy.3 b/lib/libc_r/man/pthread_mutex_destroy.3 index e9fb9c11d04..6580dfae397 100644 --- a/lib/libc_r/man/pthread_mutex_destroy.3 +++ b/lib/libc_r/man/pthread_mutex_destroy.3 @@ -54,7 +54,7 @@ The value specified by .Fa mutex is invalid. .It Bq Er EBUSY -.Fa Mutex +.Fa mutex is locked by another thread. .El .Pp |