mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-15 13:34:18 +01:00
users/10107: shell ignores SIGQUIT
This commit is contained in:
parent
d22d293f08
commit
855f73c600
@ -1,3 +1,7 @@
|
||||
2006-03-29 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* users/10107: Doc/Zsh/jobs.yo: SIGQUIT is ignored by the shell.
|
||||
|
||||
2006-03-28 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* 22390: Completion/Unix/Command/_bzr: an improved version
|
||||
|
@ -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)).
|
||||
|
Loading…
Reference in New Issue
Block a user