This is a discussion on Re: pthread_mutex_unlock.3 typo within the mailing.openbsd.tech forums, part of the OpenBSD category; --> On Tue, Feb 01, 2005 at 08:32:40PM +0100, Axel Andersson wrote: > Index: pthread_mutex_unlock.3 > ================================================== ================= > RCS ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Tue, Feb 01, 2005 at 08:32:40PM +0100, Axel Andersson wrote: > Index: pthread_mutex_unlock.3 > ================================================== ================= > RCS file: /cvs/src/lib/libpthread/man/pthread_mutex_unlock.3,v > retrieving revision 1.6 > diff -u -r1.6 pthread_mutex_unlock.3 > --- pthread_mutex_unlock.3 21 Feb 2002 20:12:19 -0000 1.6 > +++ pthread_mutex_unlock.3 1 Feb 2005 19:25:52 -0000 > @@ -52,7 +52,7 @@ > 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 > fixed, thanks. jmc |