From 855f73c600822d8cb83e8c9de7b56fd8691c9ced Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 29 Mar 2006 19:25:13 +0000 Subject: users/10107: shell ignores SIGQUIT --- ChangeLog | 4 ++++ Doc/Zsh/jobs.yo | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8bbc0ba1d..c9ad7a196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-29 Peter Stephenson + + * users/10107: Doc/Zsh/jobs.yo: SIGQUIT is ignored by the shell. + 2006-03-28 Wayne Davison * 22390: Completion/Unix/Command/_bzr: an improved version diff --git a/Doc/Zsh/jobs.yo b/Doc/Zsh/jobs.yo index b0144578f..0369e9745 100644 --- a/Doc/Zsh/jobs.yo +++ b/Doc/Zsh/jobs.yo @@ -95,6 +95,7 @@ sect(Signals) The tt(INT) and tt(QUIT) signals for an invoked command are ignored if the command is followed by `tt(&)' and the tt(MONITOR) option is not active. +The shell itself always ignores the tt(QUIT) signal. Otherwise, signals have the values inherited by the shell from its parent (but see the tt(TRAP)var(NAL) special functions in noderef(Functions)). -- cgit 1.4.1