diff options
| author | Tony Finch <fanf@FreeBSD.org> | 2002-12-17 17:31:44 +0000 |
|---|---|---|
| committer | Tony Finch <fanf@FreeBSD.org> | 2002-12-17 17:31:44 +0000 |
| commit | 162ae3ae7f28b571db4c8b3bf5b040989a6c2245 (patch) | |
| tree | f23323cabbe4b60fba6460aeb02b1a2683abe1de /bin | |
| parent | 4d08a40b159c9b96942c061828fc9d6757f3ed10 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/sh.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 3813a6c17fbe..17f260e6f190 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1790,7 +1790,10 @@ Cause the shell to parse and execute when any specified .Ar signal is received. -The signals are specified by signal number. +The signals are specified by name or number. +In addition, the pseudo-signal +.Ic EXIT +may be used to specify an action that is performed when the shell terminates. The .Ar action may be null or omitted; |
