Re: Get parent process (Carbon question)
Re: Get parent process (Carbon question)
- Subject: Re: Get parent process (Carbon question)
- From: Sherm Pendley <email@hidden>
- Date: Fri, 6 Sep 2002 13:57:08 -0400
On Friday, September 6, 2002, at 01:12 PM, Ondra Cada wrote:
Well, begin by "man man" ;) -- you'll learn eg. the -k argument:
22 /tmp> man -k parent
Shell(3) - run shell commands transparently within perl
getpid(2), getppid(2) - get parent or calling process identification
23 /tmp>
Several folks have suggested "man -k," but I think it's worth mentioning
that the command mentioned by the original poster - "apropos", is the
moral equivalent of "man -k".
[localhost:~] sherm% apropos parent
Shell(3) - run shell commands transparently within perl
getpid(2), getppid(2) - get parent or calling process identification
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.