Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 10:50:55 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 10:50:55 +0300
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /runit/sv.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
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/sv.c')
-rw-r--r--runit/sv.c12
1 files changed, 6 insertions, 6 deletions
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))