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>
This commit is contained in:
Denys Vlasenko 2017-07-21 09:50:55 +02:00
parent 75d151e31d
commit 72089cf6b4
353 changed files with 2629 additions and 2630 deletions

View file

@ -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

View file

@ -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))

View file

@ -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))

View file

@ -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))

View file

@ -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))