Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/who.c')
-rw-r--r--coreutils/who.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/who.c b/coreutils/who.c
index 3725d77f5..6f96f7243 100644
--- a/coreutils/who.c
+++ b/coreutils/who.c
@@ -15,7 +15,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config WHO
-//config: bool "who (3.9 kb)"
+//config: bool "who (5.6 kb)"
//config: default y
//config: depends on FEATURE_UTMP
//config: help
@@ -23,14 +23,14 @@
//config:
// procps-ng has this variation of "who":
//config:config W
-//config: bool "w (3.8 kb)"
+//config: bool "w (5.5 kb)"
//config: default y
//config: depends on FEATURE_UTMP
//config: help
//config: Print users currently logged on.
//config:
//config:config USERS
-//config: bool "users (3.4 kb)"
+//config: bool "users (3.6 kb)"
//config: default y
//config: depends on FEATURE_UTMP
//config: help