1
0
Fork 0
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:
akr 2014-10-05 14:44:18 +00:00
parent bb318692a6
commit 9deb5262d8

View file

@ -778,10 +778,7 @@ etc_uname(VALUE obj)
* nil means indefinite limit. (sysconf() returns -1 but errno is not set.)
*
* Etc.sysconf(Etc::SC_ARG_MAX) #=> 2097152
*
* # Number of processors.
* # It is not standardized.
* Etc.sysconf(Etc::SC_NPROCESSORS_ONLN) #=> 4
* Etc.sysconf(Etc::SC_LOGIN_NAME_MAX) #=> 256
*
*/
static VALUE