diff --git a/process.c b/process.c index 735dd2d855..cb0a0bc542 100644 --- a/process.c +++ b/process.c @@ -8722,7 +8722,7 @@ get_PROCESS_ID(ID _x, VALUE *_y) /* * call-seq: - * Process.kill(signal, pid, ...) -> integer + * Process.kill(signal, pid, *pids) -> integer * * Sends the given signal to the specified process id(s) if _pid_ is positive. * If _pid_ is zero, _signal_ is sent to all processes whose group ID is equal