aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-14 12:58:48 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-14 12:58:48 +0000
commit51d943d761751b7574eb777219f12dc9920952fd (patch)
tree382ab938974f3a4a32db1501f035241f36afadb8
parent4efcec937881b2c0f05f7923a0acc254091680e3 (diff)
downloadbusybox-w32-51d943d761751b7574eb777219f12dc9920952fd.tar.gz
busybox-w32-51d943d761751b7574eb777219f12dc9920952fd.tar.bz2
busybox-w32-51d943d761751b7574eb777219f12dc9920952fd.zip
- improve helptext
-rw-r--r--init/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Config.in b/init/Config.in
index 395c9e2f3..1a1be4a9b 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -36,8 +36,8 @@ config FEATURE_KILL_DELAY
36 help 36 help
37 With nonzero setting, init sends TERM, forks, child waits N 37 With nonzero setting, init sends TERM, forks, child waits N
38 seconds, sends KILL and exits. Setting it too high is unwise 38 seconds, sends KILL and exits. Setting it too high is unwise
39 (child will hang around for too long and can actually kill 39 (child will hang around for too long and could actually kill
40 wrong process!) 40 the wrong process!)
41 41
42config FEATURE_INIT_SCTTY 42config FEATURE_INIT_SCTTY
43 bool "Run commands with leading dash with controlling tty" 43 bool "Run commands with leading dash with controlling tty"