diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-22 23:14:24 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-22 23:14:24 +0100 |
| commit | fb4da167114e96d7f20ef97474f976f8ffa604e7 (patch) | |
| tree | 6f688202bc89ffa68b6679d1b252fd69b7471c94 /miscutils/timeout.c | |
| parent | 9f8eb1ee7620020e01b3596ac7259d51ebca7a7b (diff) | |
| download | busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.tar.gz busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.tar.bz2 busybox-w32-fb4da167114e96d7f20ef97474f976f8ffa604e7.zip | |
Split miscutils/Config.src items into miscutils/*.c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/timeout.c')
| -rw-r--r-- | miscutils/timeout.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/timeout.c b/miscutils/timeout.c index 8df9ff0fd..4d598ead2 100644 --- a/miscutils/timeout.c +++ b/miscutils/timeout.c | |||
| @@ -27,6 +27,12 @@ | |||
| 27 | * splitszf 12-05-2006 by Roberto A. Foglietta | 27 | * splitszf 12-05-2006 by Roberto A. Foglietta |
| 28 | * rewrite 14-11-2008 vda | 28 | * rewrite 14-11-2008 vda |
| 29 | */ | 29 | */ |
| 30 | //config:config TIMEOUT | ||
| 31 | //config: bool "timeout" | ||
| 32 | //config: default y | ||
| 33 | //config: help | ||
| 34 | //config: Runs a program and watches it. If it does not terminate in | ||
| 35 | //config: specified number of seconds, it is sent a signal. | ||
| 30 | 36 | ||
| 31 | //usage:#define timeout_trivial_usage | 37 | //usage:#define timeout_trivial_usage |
| 32 | //usage: "[-t SECS] [-s SIG] PROG ARGS" | 38 | //usage: "[-t SECS] [-s SIG] PROG ARGS" |
