diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index fc7333bb6..68732e682 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -529,6 +529,13 @@ config TIME | |||
529 | When the command finishes, time writes a message to standard output | 529 | When the command finishes, time writes a message to standard output |
530 | giving timing statistics about this program run. | 530 | giving timing statistics about this program run. |
531 | 531 | ||
532 | config TIMEOUT | ||
533 | bool "timeout" | ||
534 | default n | ||
535 | help | ||
536 | Runs a program and watches it. If it does not terminate in | ||
537 | specified number of seconds, it is sent a signal. | ||
538 | |||
532 | config TTYSIZE | 539 | config TTYSIZE |
533 | bool "ttysize" | 540 | bool "ttysize" |
534 | default n | 541 | default n |