diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-08 03:54:58 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-08 03:54:58 +0000 |
commit | 7311f1c618d65ed5c0ecd2f462284f1de27f5012 (patch) | |
tree | 9958198eed6ef104d1077172f2d73be082b8b481 | |
parent | 00be1aa220681a73461d98d7c06b1e8b8e9ed24c (diff) | |
download | ruby-7311f1c618d65ed5c0ecd2f462284f1de27f5012.tar.gz ruby-7311f1c618d65ed5c0ecd2f462284f1de27f5012.tar.xz ruby-7311f1c618d65ed5c0ecd2f462284f1de27f5012.zip |
new method is Process.detach, not Proc#detach.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Fri Mar 7 03:31:36 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (dsym): :"symbol string" style should not contain `\0'. - * process.c (proc_detach): new method Proc#detach(pid) which + * process.c (proc_detach): new method Process.detach(pid) which create background watcher thread to issue waitpid. [new] * process.c (rb_detach_process): utility function to detach |