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 /init | |
parent | 4efcec937881b2c0f05f7923a0acc254091680e3 (diff) | |
download | busybox-51d943d761751b7574eb777219f12dc9920952fd.tar.gz |
- improve helptext
Diffstat (limited to 'init')
-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 help With nonzero setting, init sends TERM, forks, child waits N seconds, sends KILL and exits. Setting it too high is unwise - (child will hang around for too long and can actually kill - wrong process!) + (child will hang around for too long and could actually kill + the wrong process!) config FEATURE_INIT_SCTTY bool "Run commands with leading dash with controlling tty" |