aboutsummaryrefslogtreecommitdiff
path: root/runit/chpst.c
diff options
context:
space:
mode:
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