summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-08 03:54:58 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-08 03:54:58 +0000
commit951e8de1adab0db229dcbe0285643dcadbf4e101 (patch)
tree9958198eed6ef104d1077172f2d73be082b8b481 /ChangeLog
parente4f5562f17d4a89d1ae20d1914ff9cb1fd9d3529 (diff)
new method is Process.detach, not Proc#detach.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c76d34ef7..6dd1668bc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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