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/setpriv.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/setpriv.c')
-rw-r--r-- | util-linux/setpriv.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c index 8918108..0f85428 100644 --- a/util-linux/setpriv.c +++ b/util-linux/setpriv.c @@ -13,36 +13,36 @@ //config: select PLATFORM_LINUX //config: select LONG_OPTS //config: help -//config: Run a program with different Linux privilege settings. -//config: Requires kernel >= 3.5 +//config: Run a program with different Linux privilege settings. +//config: Requires kernel >= 3.5 //config: //config:config FEATURE_SETPRIV_DUMP //config: bool "Support dumping current privilege state" //config: default y //config: depends on SETPRIV //config: help -//config: Enables the "--dump" switch to print out the current privilege -//config: state. This is helpful for diagnosing problems. +//config: Enables the "--dump" switch to print out the current privilege +//config: state. This is helpful for diagnosing problems. //config: //config:config FEATURE_SETPRIV_CAPABILITIES //config: bool "Support capabilities" //config: default y //config: depends on SETPRIV //config: help -//config: Capabilities can be used to grant processes additional rights -//config: without the necessity to always execute as the root user. -//config: Enabling this option enables "--dump" to show information on -//config: capabilities. +//config: Capabilities can be used to grant processes additional rights +//config: without the necessity to always execute as the root user. +//config: Enabling this option enables "--dump" to show information on +//config: capabilities. //config: //config:config FEATURE_SETPRIV_CAPABILITY_NAMES //config: bool "Support capability names" //config: default y //config: depends on SETPRIV && FEATURE_SETPRIV_CAPABILITIES //config: help -//config: Capabilities can be either referenced via a human-readble name, -//config: e.g. "net_admin", or using their index, e.g. "cap_12". Enabling -//config: this option allows using the human-readable names in addition to -//config: the index-based names. +//config: Capabilities can be either referenced via a human-readble name, +//config: e.g. "net_admin", or using their index, e.g. "cap_12". Enabling +//config: this option allows using the human-readable names in addition to +//config: the index-based names. //applet:IF_SETPRIV(APPLET(setpriv, BB_DIR_BIN, BB_SUID_DROP)) |