From owner-freebsd-doc Fri Jul 13 13:10: 9 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E8B937B403 for ; Fri, 13 Jul 2001 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6DKA2b58595; Fri, 13 Jul 2001 13:10:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 13 Jul 2001 13:10:02 -0700 (PDT) Message-Id: <200107132010.f6DKA2b58595@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Evan Sarmiento Subject: Re: misc/28929: [patch] No man page for pfind() Reply-To: Evan Sarmiento Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/28929; it has been noted by GNATS. From: Evan Sarmiento To: freebsd-gnats-submit@freebsd.org, ru@freebsd.org Cc: Subject: Re: misc/28929: [patch] No man page for pfind() Date: Fri, 13 Jul 2001 16:04:14 -0400 (EDT) Hello again, You're right about the allproc and zombproc thing. I've included them in the man page now. I've also included my email address at the bottom. Here is the diff. --- pfind Thu Jul 12 04:00:58 2001 +++ pfind.orig Thu Jul 12 04:05:15 2001 @@ -38,13 +38,9 @@ .Fn pfind takes a .Fa pid -has its argument and returns a pointer to the +as its argument and returns a pointer to the .Vt proc -structure whose PID is specified in the argument only if the -.Fa pid -is on the -.Vt allproc -list +structure whose PID is specified in the argument. .Pp .Fn zpfind takes a @@ -53,9 +49,7 @@ If .Fn zpfind finds a process whose PID is equal to that of argument -and is a zombie process, meaning that it must reside on the -.Vt zombproc .Pp .Fn zpfind takes a @@ -53,9 +49,7 @@ If .Fn zpfind finds a process whose PID is equal to that of argument -and is a zombie process, meaning that it must reside on the -.Vt zombproc -list +and is a zombie process, .Fn zpfind returns a pointer to that .Vt proc @@ -80,7 +74,8 @@ on failure. .Sh AUTHORS This man page was written by -.An Evan Sarmiento (kaworu@sektor7.ath.cx) . +.An Evan Sarmiento . +--lrZ03NoBR/3+SXJZ-- Thank you, Evan Sarmiento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message