From 71e3a71064beb503e3de23d0d5616093344ac685 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 24 Feb 2009 11:00:24 +0000 Subject: rdoc update. git-svn-id: http://svn.ruby-lang.org/repos/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 ae780debf..9be0de57d 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. * -- cgit