diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/trap.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -30,3 +30,4 @@ Thanks to: Profpatsch <mail@profpatsch.de> Guillermo <gdiazhartusch@gmail.com> Michael Zuo <muh.muhten@gmail.com> + Casper Ti. Vector <caspervector@gmail.com> 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> |