aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
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