summaryrefslogtreecommitdiff
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
commit62b787b5698fa67f87db2e874c0946a267d938af (patch)
tree02ef48fb3d749d97be9b5c17d7c1b596eaf2b86a /process.c
parente137e939b7922044994f1fd8ea96b9e9b2a6b665 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 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 <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.
*