summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 15:21:32 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 15:21:32 +0000
commit49b10fd508850e396f181101770948aaf8517922 (patch)
tree2acd869bf43e7842d6081ed51efc9858e9ba1a93 /process.c
parentf149326740c4d684de70564ecec88263e01bd3d3 (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/process.c b/process.c
index b2cd225f2e..713ab15976 100644
--- a/process.c
+++ b/process.c
@@ -2833,9 +2833,9 @@ rb_f_system(int argc, VALUE *argv)
* process group:
* :pgroup => true or 0 : process leader
* :pgroup => pgid : join to specified process group
- * resource limit: xxx is core, cpu, data, etc. See Process.setrlimit.
- * :rlimit_xxx => limit
- * :rlimit_xxx => [cur_limit, max_limit]
+ * resource limit: resourcename is core, cpu, data, etc. See Process.setrlimit.
+ * :rlimit_resourcename => limit
+ * :rlimit_resourcename => [cur_limit, max_limit]
* current directory:
* :chdir => str
* umask: