diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-11 01:34:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-11 01:34:55 +0000 |
commit | 64d63f8fd06e5370694f760093c69cdc69652447 (patch) | |
tree | 50f711e11e19bb72e1401af1ebb5bb8e189bdacb /doc/trap.html | |
parent | 524ebfde1d08edc64ba4b9075d23f7ed3dbc640c (diff) | |
download | execline-64d63f8fd06e5370694f760093c69cdc69652447.tar.xz |
Add case (yet untested)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/trap.html')
-rw-r--r-- | doc/trap.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/trap.html b/doc/trap.html index 9351c93..7fd0df3 100644 --- a/doc/trap.html +++ b/doc/trap.html @@ -1,6 +1,6 @@ <html> - <head> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="en" /> <title>execline: the trap command</title> @@ -18,8 +18,10 @@ <h1> The <tt>trap</tt> program </h1> +<p> <tt>trap</tt> traps signals and runs a variety of commands according to the signals it catches. +</p> <h2> Interface </h2> |