diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-01 19:44:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-02-01 19:44:15 +0000 |
commit | 22d4d967cd8f4d60cb83213fabe745317c7564ef (patch) | |
tree | a94e77b9ee9adc9b7c05f1815bd7ac1f2b71348e /lib | |
parent | 4856699c7ca6f1d7bafa8d01bef45b374a777bf5 (diff) |
typo; from axel andersson;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_unlock.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_mutex_unlock.3 b/lib/libpthread/man/pthread_mutex_unlock.3 index 09b1a3f33a4..ad875fa8947 100644 --- a/lib/libpthread/man/pthread_mutex_unlock.3 +++ b/lib/libpthread/man/pthread_mutex_unlock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_mutex_unlock.3,v 1.6 2002/02/21 20:12:19 fgsch Exp $ +.\" $OpenBSD: pthread_mutex_unlock.3,v 1.7 2005/02/01 19:44:14 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -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 |