summaryrefslogtreecommitdiff
path: root/signal.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-08 04:57:49 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-08 04:57:49 +0000
commit577de1e93dac9adf321602517c5ab80884911566 (patch)
tree1e398fa2e3637208d3e0850ede9f07000d235af7 /signal.c
parentbbd662c8bd85e44957c96d40e4291631554c9b5b (diff)
replace fixnum by integer in documents.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'signal.c')
-rw-r--r--signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signal.c b/signal.c
index ec5687b106..32c7c2a099 100644
--- a/signal.c
+++ b/signal.c
@@ -368,7 +368,7 @@ static void signal_enque(int sig);
/*
* call-seq:
- * Process.kill(signal, pid, ...) -> fixnum
+ * Process.kill(signal, pid, ...) -> 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