From 7d790daa90f49e153251d0f41bcb208d8bea588c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 27 Jun 2023 08:29:16 +0000 Subject: Doc fix Signed-off-by: Laurent Bercot --- AUTHORS | 1 + doc/trap.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 21d58d0..7c9a335 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,3 +30,4 @@ Thanks to: Profpatsch Guillermo Michael Zuo + Casper Ti. Vector diff --git a/doc/trap.html b/doc/trap.html index 7fd0df3..42ad4a7 100644 --- a/doc/trap.html +++ b/doc/trap.html @@ -46,7 +46,7 @@ to the signals it catches. block. It expects at least one directive.
  • Each directive is a keyword followed by a block.
  • -
  • The keyword can be the special word timeout, a signal +
  • The keyword can be the special word default, a signal name (case-insensitive, with or without the SIG prefix), or a signal number. The block following it is a command line to run when the specified event occurs.
  • -- cgit 1.4.1