From db656c928524eed059ecf3d418efdea0d923072c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 13 Oct 2017 20:45:48 +0200 Subject: Improve style and license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index 92848e7..9d7b240 100644 --- a/README +++ b/README @@ -2,20 +2,20 @@ NAME alarm - Schedule an alarm for a program when starting it SYNOPSIS - alarm DURATION COMMAND [ARGS...] + alarm duration command [argument...] DESCRIPTION Schedules an alarm(3) to best triggered after a specified - DURATION. The process than execvp(3) into COMMAND ARGS. + duration. The process than execvp(3) into command. - This means that COMMAND will be killed by SIGALRM after - a selected DURATION. + This means that command will be killed by SIGALRM after + a selected duration. - DURATION must be a non-negative integer, no larger - than 18h12m15s. Recognised patterns for DURATION are: - * SECONDS[s] - * MINUTESm[SECONDSs] - * HOURSh[MINUTESm][SECONDSs] + duration must be a non-negative integer, no larger + than 18h12m15s. Recognised patterns for duration are: + * seconds[s] + * minutesm[secondss] + * hoursh[minutesm][secondss] RATIONALE This program is useful when testing programs for a limited -- cgit v1.2.3-70-g09d2