diff options
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index 80226c3..be9c3cc 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 |