aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mesg.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /util-linux/mesg.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mesg.c')
-rw-r--r--util-linux/mesg.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/util-linux/mesg.c b/util-linux/mesg.c
index a83da03e6..c4371eb24 100644
--- a/util-linux/mesg.c
+++ b/util-linux/mesg.c
@@ -11,20 +11,20 @@
//config: bool "mesg (1.2 kb)"
//config: default y
//config: help
-//config: Mesg controls access to your terminal by others. It is typically
-//config: used to allow or disallow other users to write to your terminal
+//config: Mesg controls access to your terminal by others. It is typically
+//config: used to allow or disallow other users to write to your terminal
//config:
//config:config FEATURE_MESG_ENABLE_ONLY_GROUP
//config: bool "Enable writing to tty only by group, not by everybody"
//config: default y
//config: depends on MESG
//config: help
-//config: Usually, ttys are owned by group "tty", and "write" tool is
-//config: setgid to this group. This way, "mesg y" only needs to enable
-//config: "write by owning group" bit in tty mode.
+//config: Usually, ttys are owned by group "tty", and "write" tool is
+//config: setgid to this group. This way, "mesg y" only needs to enable
+//config: "write by owning group" bit in tty mode.
//config:
-//config: If you set this option to N, "mesg y" will enable writing
-//config: by anybody at all. This is not recommended.
+//config: If you set this option to N, "mesg y" will enable writing
+//config: by anybody at all. This is not recommended.
//applet:IF_MESG(APPLET(mesg, BB_DIR_USR_BIN, BB_SUID_DROP))