aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:10:23 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:10:23 +0100
commitc58250956947ed692c455987f6f10ef8640d2575 (patch)
treef7bbe27e114a9363971dc901df87e60e7beb9c89 /README
parentFix typo (diff)
downloadalarm-c58250956947ed692c455987f6f10ef8640d2575.tar.gz
alarm-c58250956947ed692c455987f6f10ef8640d2575.tar.bz2
alarm-c58250956947ed692c455987f6f10ef8640d2575.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 6358061..2890343 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ SYNOPSIS
DESCRIPTION
Schedules an alarm(3) to be triggered after a specified
- duration. The process than execvp(3) into command.
+ duration. The process then execvp(3)s into command.
This means that command will be killed by SIGALRM after
a selected duration.