From 72089cf6b4a77214ec4fd21d5ee5bf56958781cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jul 2017 09:50:55 +0200 Subject: config: deindent all help texts Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko --- runit/chpst.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'runit/chpst.c') 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 -- cgit v1.2.3