From owner-freebsd-doc@FreeBSD.ORG Tue Sep 30 18:00:43 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A9D16A4B3 for ; Tue, 30 Sep 2003 18:00:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3284400D for ; Tue, 30 Sep 2003 18:00:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9110gFY081790 for ; Tue, 30 Sep 2003 18:00:42 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9110gl4081789; Tue, 30 Sep 2003 18:00:42 -0700 (PDT) (envelope-from gnats) Date: Tue, 30 Sep 2003 18:00:42 -0700 (PDT) Message-Id: <200310010100.h9110gl4081789@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ken Smith Subject: Re: docs/57434: Typo in pthread_mutex_init manpage X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ken Smith List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 01:00:43 -0000 The following reply was made to PR docs/57434; it has been noted by GNATS. From: Ken Smith To: Benjamin Lutz 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 |