summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-06-27 08:29:16 +0000
committerLaurent Bercot <ska@appnovation.com>2023-06-27 08:29:16 +0000
commit7d790daa90f49e153251d0f41bcb208d8bea588c (patch)
tree476fde4234ce92fb50e5cfc4df9789d40c497698 /doc
parent2f3be6973c2c4bd7f4920f55c5e1ebea4cd79193 (diff)
downloadexecline-7d790daa90f49e153251d0f41bcb208d8bea588c.tar.xz
Doc fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/trap.html2
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>