aboutsummaryrefslogtreecommitdiff
path: root/runit
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
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')
-rw-r--r--runit/chpst.c14
-rw-r--r--runit/runsv.c4
-rw-r--r--runit/runsvdir.c12
-rw-r--r--runit/sv.c12
-rw-r--r--runit/svlogd.c6
5 files changed, 24 insertions, 24 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
diff --git a/runit/runsv.c b/runit/runsv.c
index 79f02f4c5..ad7d82cb8 100644
--- a/runit/runsv.c
+++ b/runit/runsv.c
@@ -31,8 +31,8 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//config: bool "runsv (7.2 kb)"
//config: default y
//config: help
-//config: runsv starts and monitors a service and optionally an appendant log
-//config: service.
+//config: runsv starts and monitors a service and optionally an appendant log
+//config: service.
//applet:IF_RUNSV(APPLET(runsv, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/runit/runsvdir.c b/runit/runsvdir.c
index 946ae697d..b4f5c303b 100644
--- a/runit/runsvdir.c
+++ b/runit/runsvdir.c
@@ -31,18 +31,18 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//config: bool "runsvdir (6 kb)"
//config: default y
//config: help
-//config: runsvdir starts a runsv process for each subdirectory, or symlink to
-//config: a directory, in the services directory dir, up to a limit of 1000
-//config: subdirectories, and restarts a runsv process if it terminates.
+//config: runsvdir starts a runsv process for each subdirectory, or symlink to
+//config: a directory, in the services directory dir, up to a limit of 1000
+//config: subdirectories, and restarts a runsv process if it terminates.
//config:
//config:config FEATURE_RUNSVDIR_LOG
//config: bool "Enable scrolling argument log"
//config: depends on RUNSVDIR
//config: default n
//config: help
-//config: Enable feature where second parameter of runsvdir holds last error
-//config: message (viewable via top/ps). Otherwise (feature is off
-//config: or no parameter), error messages go to stderr only.
+//config: Enable feature where second parameter of runsvdir holds last error
+//config: message (viewable via top/ps). Otherwise (feature is off
+//config: or no parameter), error messages go to stderr only.
//applet:IF_RUNSVDIR(APPLET(runsvdir, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/runit/sv.c b/runit/sv.c
index a0c7953da..2d5b466bf 100644
--- a/runit/sv.c
+++ b/runit/sv.c
@@ -157,23 +157,23 @@ Exit Codes
//config: bool "sv (7.8 kb)"
//config: default y
//config: help
-//config: sv reports the current status and controls the state of services
-//config: monitored by the runsv supervisor.
+//config: sv reports the current status and controls the state of services
+//config: monitored by the runsv supervisor.
//config:
//config:config SV_DEFAULT_SERVICE_DIR
//config: string "Default directory for services"
//config: default "/var/service"
//config: depends on SV
//config: help
-//config: Default directory for services.
-//config: Defaults to "/var/service"
+//config: Default directory for services.
+//config: Defaults to "/var/service"
//config:
//config:config SVC
//config: bool "svc (7.8 kb)"
//config: default y
//config: help
-//config: svc controls the state of services monitored by the runsv supervisor.
-//config: It is comaptible with daemontools command with the same name.
+//config: svc controls the state of services monitored by the runsv supervisor.
+//config: It is comaptible with daemontools command with the same name.
//applet:IF_SV(APPLET(sv, BB_DIR_USR_BIN, BB_SUID_DROP))
//applet:IF_SVC(APPLET(svc, BB_DIR_USR_BIN, BB_SUID_DROP))
diff --git a/runit/svlogd.c b/runit/svlogd.c
index 1346994ca..8dbf67106 100644
--- a/runit/svlogd.c
+++ b/runit/svlogd.c
@@ -128,9 +128,9 @@ log message, you can use a pattern like this instead
//config: bool "svlogd (15 kb)"
//config: default y
//config: help
-//config: svlogd continuously reads log data from its standard input, optionally
-//config: filters log messages, and writes the data to one or more automatically
-//config: rotated logs.
+//config: svlogd continuously reads log data from its standard input, optionally
+//config: filters log messages, and writes the data to one or more automatically
+//config: rotated logs.
//applet:IF_SVLOGD(APPLET(svlogd, BB_DIR_USR_SBIN, BB_SUID_DROP))