aboutsummaryrefslogtreecommitdiff
path: root/coreutils/who.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /coreutils/who.c
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip
Update applet size estimates
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 3725d77f5..6f96f7243 100644
--- a/coreutils/who.c
+++ b/coreutils/who.c
@@ -15,7 +15,7 @@
15 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 15 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
16 */ 16 */
17//config:config WHO 17//config:config WHO
18//config: bool "who (3.9 kb)" 18//config: bool "who (5.6 kb)"
19//config: default y 19//config: default y
20//config: depends on FEATURE_UTMP 20//config: depends on FEATURE_UTMP
21//config: help 21//config: help
@@ -23,14 +23,14 @@
23//config: 23//config:
24// procps-ng has this variation of "who": 24// procps-ng has this variation of "who":
25//config:config W 25//config:config W
26//config: bool "w (3.8 kb)" 26//config: bool "w (5.5 kb)"
27//config: default y 27//config: default y
28//config: depends on FEATURE_UTMP 28//config: depends on FEATURE_UTMP
29//config: help 29//config: help
30//config: Print users currently logged on. 30//config: Print users currently logged on.
31//config: 31//config:
32//config:config USERS 32//config:config USERS
33//config: bool "users (3.4 kb)" 33//config: bool "users (3.6 kb)"
34//config: default y 34//config: default y
35//config: depends on FEATURE_UTMP 35//config: depends on FEATURE_UTMP
36//config: help 36//config: help