mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bb318692a6
commit
9deb5262d8
1 changed files with 1 additions and 4 deletions
|
@ -778,10 +778,7 @@ etc_uname(VALUE obj)
|
||||||
* nil means indefinite limit. (sysconf() returns -1 but errno is not set.)
|
* nil means indefinite limit. (sysconf() returns -1 but errno is not set.)
|
||||||
*
|
*
|
||||||
* Etc.sysconf(Etc::SC_ARG_MAX) #=> 2097152
|
* Etc.sysconf(Etc::SC_ARG_MAX) #=> 2097152
|
||||||
*
|
* Etc.sysconf(Etc::SC_LOGIN_NAME_MAX) #=> 256
|
||||||
* # Number of processors.
|
|
||||||
* # It is not standardized.
|
|
||||||
* Etc.sysconf(Etc::SC_NPROCESSORS_ONLN) #=> 4
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
|
|
Loading…
Add table
Reference in a new issue