mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
29655d072b
commit
9fada90406
1 changed files with 1 additions and 0 deletions
|
@ -2994,6 +2994,7 @@ rb_f_system(int argc, VALUE *argv)
|
|||
* process group:
|
||||
* :pgroup => true or 0 : make a new process group
|
||||
* :pgroup => pgid : join to specified process group
|
||||
* :pgroup => nil : don't change the process group (default)
|
||||
* resource limit: resourcename is core, cpu, data, etc. See Process.setrlimit.
|
||||
* :rlimit_resourcename => limit
|
||||
* :rlimit_resourcename => [cur_limit, max_limit]
|
||||
|
|
Loading…
Reference in a new issue