From 72089cf6b4a77214ec4fd21d5ee5bf56958781cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jul 2017 09:50:55 +0200 Subject: config: deindent all help texts Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko --- coreutils/who.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'coreutils/who.c') diff --git a/coreutils/who.c b/coreutils/who.c index 73167904f..91f99138c 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -17,26 +17,26 @@ *---------------------------------------------------------------------- */ //config:config WHO -//config: bool "who (3.7 kb)" -//config: default y -//config: depends on FEATURE_UTMP -//config: help -//config: who is used to show who is logged on. +//config: bool "who (3.7 kb)" +//config: default y +//config: depends on FEATURE_UTMP +//config: help +//config: Print users currently logged on. //config: // procps-ng has this variation of "who": //config:config W -//config: bool "w (3.7 kb)" -//config: default y -//config: depends on FEATURE_UTMP -//config: help -//config: w is used to show who is logged on. +//config: bool "w (3.7 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: default y -//config: depends on FEATURE_UTMP -//config: help -//config: Print users currently logged on. +//config: bool "users (3.2 kb)" +//config: default y +//config: depends on FEATURE_UTMP +//config: help +//config: Print users currently logged on. // APPLET_ODDNAME:name main location suid_type help //applet:IF_USERS(APPLET_ODDNAME(users, who, BB_DIR_USR_BIN, BB_SUID_DROP, users)) -- cgit v1.2.3