timeout: new applet. 370 bytes. by Roberto Foglietta.

This commit is contained in:
Denis Vlasenko
2008-11-24 13:25:20 +00:00
parent 00d8417631
commit a9acbe6cad
8 changed files with 247 additions and 4 deletions

View File

@ -4321,6 +4321,12 @@
"\nOptions:" \
"\n -v Verbose" \
#define timeout_trivial_usage \
"[-t SECS] [-s SIG] PROG [ARGS]"
#define timeout_full_usage "\n\n" \
"Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \
"Defaults: SECS: 10, SIG: TERM.\n" \
#define top_trivial_usage \
"[-b] [-nCOUNT] [-dSECONDS]"
#define top_full_usage "\n\n" \