diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-06-27 08:29:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-06-27 08:29:16 +0000 |
commit | 7d790daa90f49e153251d0f41bcb208d8bea588c (patch) | |
tree | 476fde4234ce92fb50e5cfc4df9789d40c497698 /doc/trap.html | |
parent | 2f3be6973c2c4bd7f4920f55c5e1ebea4cd79193 (diff) | |
download | execline-7d790daa90f49e153251d0f41bcb208d8bea588c.tar.xz |
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/trap.html')
-rw-r--r-- | doc/trap.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <a href="el_semicolon.html">block</a>. It expects at least one directive. </li> <li> Each directive is a keyword followed by a block. </li> - <li> The keyword can be the special word <tt>timeout</tt>, a signal + <li> The keyword can be the special word <tt>default</tt>, a signal name (case-insensitive, with or without the <tt>SIG</tt> prefix), or a signal number. The block following it is a command line to run when the specified event occurs. </li> |