summaryrefslogtreecommitdiff
path: root/ext/etc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/etc')
-rw-r--r--ext/etc/etc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index 02f8091b4c..0a70c27874 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -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