diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-14 12:58:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-14 12:58:48 +0000 |
commit | 51d943d761751b7574eb777219f12dc9920952fd (patch) | |
tree | 382ab938974f3a4a32db1501f035241f36afadb8 | |
parent | 4efcec937881b2c0f05f7923a0acc254091680e3 (diff) | |
download | busybox-w32-51d943d761751b7574eb777219f12dc9920952fd.tar.gz busybox-w32-51d943d761751b7574eb777219f12dc9920952fd.tar.bz2 busybox-w32-51d943d761751b7574eb777219f12dc9920952fd.zip |
- improve helptext
-rw-r--r-- | init/Config.in | 4 |
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 | ||
42 | config FEATURE_INIT_SCTTY | 42 | config FEATURE_INIT_SCTTY |
43 | bool "Run commands with leading dash with controlling tty" | 43 | bool "Run commands with leading dash with controlling tty" |