aboutsummaryrefslogtreecommitdiff
path: root/util-linux/setarch.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/setarch.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/setarch.c')
-rw-r--r--util-linux/setarch.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c
index 07de7f4db..d4b568832 100644
--- a/util-linux/setarch.c
+++ b/util-linux/setarch.c
@@ -11,24 +11,24 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: The linux32 utility is used to create a 32bit environment for the
-//config: specified program (usually a shell). It only makes sense to have
-//config: this util on a system that supports both 64bit and 32bit userland
-//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
+//config: The linux32 utility is used to create a 32bit environment for the
+//config: specified program (usually a shell). It only makes sense to have
+//config: this util on a system that supports both 64bit and 32bit userland
+//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
//config:
//config:config LINUX32
//config: bool "linux32 (3.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: Alias to "setarch linux32".
+//config: Alias to "setarch linux32".
//config:
//config:config LINUX64
//config: bool "linux64 (3.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: Alias to "setarch linux64".
+//config: Alias to "setarch linux64".
//applet:IF_SETARCH(APPLET(setarch, BB_DIR_BIN, BB_SUID_DROP))
// APPLET_ODDNAME:name main location suid_type help