summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2002-07-10 09:06:42 +0000
committermaxim <maxim@FreeBSD.org>2002-07-10 09:06:42 +0000
commit14a7c8c5dce94972fa7d44dd51ecf621524753c6 (patch)
tree1660a5cd5292d6f13dce2cf8a011464cb4791321 /lib/libpthread
parentce3a73d11ca12064c522b8e10bfd778249556df9 (diff)
downloadFreeBSD-src-14a7c8c5dce94972fa7d44dd51ecf621524753c6.zip
FreeBSD-src-14a7c8c5dce94972fa7d44dd51ecf621524753c6.tar.gz
Fix a typo.
MFC after: 3 days
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_mutex_unlock.32
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud