diff options
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> |