Message ID | 20241023195623.148722-2-calestyo@scientia.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Herbert Xu |
Headers | show |
Series | man: Clarify the `trap` condition `EXIT` | expand |
Christoph Anton Mitterer <calestyo@scientia.org> wrote: > From: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> > > Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> > --- > src/dash.1 | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Patch applied. Thanks.
diff --git a/src/dash.1 b/src/dash.1 index 96ce89e..dbc34c9 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -2157,7 +2157,8 @@ is .Li 0 or .Li EXIT , -the action is executed when the shell exits. +the action is executed when the shell exits normally (that is not via an +unhandled signal like SIGINT). .Ar action may be empty .Li ( "''" ) ,