Date: Tue, 30 Sep 2003 18:00:42 -0700 (PDT) From: Ken Smith <kensmith@cse.Buffalo.EDU> To: freebsd-doc@FreeBSD.org Subject: Re: docs/57434: Typo in pthread_mutex_init manpage Message-ID: <200310010100.h9110gl4081789@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/57434; it has been noted by GNATS. From: Ken Smith <kensmith@cse.Buffalo.EDU> To: Benjamin Lutz <benlutz@datacomm.ch> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/57434: Typo in pthread_mutex_init manpage Date: Tue, 30 Sep 2003 20:56:37 -0400 On Wed, Oct 01, 2003 at 01:23:33AM +0200, Benjamin Lutz wrote: > >Description: > There's a typo in the pthread_mutex_init manpage. In the ERRORS section, > at [EAGAIN], the text reads "The temporarily lacks the resources..." > when it (I assume) should read "The process temporarily lacks...". > >How-To-Repeat: > man pthread_mutex_init > I checked the definition of pthread_mutex_init in: -current /usr/src/lib/libpthread/thread/thr_mutex.c -stable /usr/src/lib/libc_r/uthread/uthread_mutex.c Unless I missed something neither is capable of returning EAGAIN. The other errors listed in the manpage are possible. :-) Is there a procedure for following up on this with a developer to make sure I'm not mistaken? -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310010100.h9110gl4081789>