summaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-24 11:00:24 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-24 11:00:24 +0000
commit71e3a71064beb503e3de23d0d5616093344ac685 (patch)
tree02ef48fb3d749d97be9b5c17d7c1b596eaf2b86a /process.c
parent933369b2527c465af7791692fbada9eb55d208c3 (diff)
downloadruby-71e3a71064beb503e3de23d0d5616093344ac685.tar.gz
ruby-71e3a71064beb503e3de23d0d5616093344ac685.tar.xz
ruby-71e3a71064beb503e3de23d0d5616093344ac685.zip
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 2 insertions, 0 deletions
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 <code>pid</code> 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.
*