From 951e8de1adab0db229dcbe0285643dcadbf4e101 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Mar 2003 03:54:58 +0000 Subject: [PATCH] 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 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * 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