From 62b787b5698fa67f87db2e874c0946a267d938af Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 24 Feb 2009 11:00:24 +0000 Subject: [PATCH] rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/process.c b/process.c index ae780debf2..9be0de57db 100644 --- a/process.c +++ b/process.c @@ -929,6 +929,8 @@ rb_detach_process(rb_pid_t pid) * know the result. If specified _pid_ is not a valid child process * ID, the thread returns +nil+ immediately. * + * The waiting thread has pid method which returns the pid. + * * In this first example, we don't reap the first child process, so * it appears as a zombie in the process status display. *