summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-19 18:42:32 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-19 18:42:32 +0000
commit44abd808658570a65df2adca678c746aa0356960 (patch)
treead060314a7414b7b0de5864626e40e50db79b35d /process.c
parent0a4e53a5c5e6ab3093397826cb4ccc2f1ef1a9aa (diff)
* ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.
(Zlib::GzipReader#readpartial): new method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/process.c b/process.c
index 677fdb2dc8..662b26d7cb 100644
--- a/process.c
+++ b/process.c
@@ -2674,8 +2674,8 @@ proc_setmaxgroups(obj, val)
/*
* call-seq:
- * Process.daemon() => fixnum
- * Process.daemon(nochdir=0,noclose=0) => fixnum
+ * Process.daemon() => fixnum
+ * Process.daemon(nochdir=nil,noclose=nil) => fixnum
*
* Detach the process from controlling terminal and run in
* the background as system daemon. Unless the argument