aboutsummaryrefslogtreecommitdiff
path: root/coreutils/who.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /coreutils/who.c
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
downloadbusybox-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 80226c3d6..be9c3ccca 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.7 kb)"
+//config: bool "who (3.9 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.7 kb)"
+//config: bool "w (3.8 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.2 kb)"
+//config: bool "users (3.4 kb)"
//config: default y
//config: depends on FEATURE_UTMP
//config: help