Date: Fri, 13 Jul 2001 13:10:02 -0700 (PDT) From: Evan Sarmiento <kaworu@sektor7.ath.cx> To: freebsd-doc@freebsd.org Subject: Re: misc/28929: [patch] No man page for pfind() Message-ID: <200107132010.f6DKA2b58595@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/28929; it has been noted by GNATS. From: Evan Sarmiento <kaworu@sektor7.ath.cx> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107132010.f6DKA2b58595>