diff options
author | maxim <maxim@FreeBSD.org> | 2002-07-10 09:06:42 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2002-07-10 09:06:42 +0000 |
commit | 14a7c8c5dce94972fa7d44dd51ecf621524753c6 (patch) | |
tree | 1660a5cd5292d6f13dce2cf8a011464cb4791321 /lib | |
parent | ce3a73d11ca12064c522b8e10bfd778249556df9 (diff) | |
download | FreeBSD-src-14a7c8c5dce94972fa7d44dd51ecf621524753c6.zip FreeBSD-src-14a7c8c5dce94972fa7d44dd51ecf621524753c6.tar.gz |
Fix a typo.
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/man/pthread_mutex_unlock.3 | 2 | ||||
-rw-r--r-- | lib/libpthread/man/pthread_mutex_unlock.3 | 2 |
2 files changed, 2 insertions, 2 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 |