aboutsummaryrefslogtreecommitdiff
path: root/runit/chpst.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 /runit/chpst.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 'runit/chpst.c')
-rw-r--r--runit/chpst.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index 2e94a37c0..3a2f9e616 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -31,33 +31,33 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//config: bool "chpst (8.7 kb)"
//config: default y
//config: help
-//config: chpst changes the process state according to the given options, and
-//config: execs specified program.
+//config: chpst changes the process state according to the given options, and
+//config: execs specified program.
//config:
//config:config SETUIDGID
//config: bool "setuidgid (4.2 kb)"
//config: default y
//config: help
-//config: Sets soft resource limits as specified by options
+//config: Sets soft resource limits as specified by options
//config:
//config:config ENVUIDGID
//config: bool "envuidgid (3.6 kb)"
//config: default y
//config: help
-//config: Sets $UID to account's uid and $GID to account's gid
+//config: Sets $UID to account's uid and $GID to account's gid
//config:
//config:config ENVDIR
//config: bool "envdir (2.5 kb)"
//config: default y
//config: help
-//config: Sets various environment variables as specified by files
-//config: in the given directory
+//config: Sets various environment variables as specified by files
+//config: in the given directory
//config:
//config:config SOFTLIMIT
//config: bool "softlimit (4.3 kb)"
//config: default y
//config: help
-//config: Sets soft resource limits as specified by options
+//config: Sets soft resource limits as specified by options
//applet:IF_CHPST(APPLET(chpst, BB_DIR_USR_BIN, BB_SUID_DROP))
// APPLET_ODDNAME:name main location suid_type help