diff options
author | Denys Vlasenko | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /util-linux/setarch.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip busybox-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.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c index 07de7f4..d4b5688 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 |