about summary refs log tree commit diff
path: root/Doc/Zsh/jobs.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-03-29 19:25:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-03-29 19:25:13 +0000
commit855f73c600822d8cb83e8c9de7b56fd8691c9ced (patch)
tree7d8be77d4f04fed79ac9633928a594da886ca81d /Doc/Zsh/jobs.yo
parentd22d293f089903eab8687c02e487eab2b397ff7b (diff)
downloadzsh-855f73c600822d8cb83e8c9de7b56fd8691c9ced.tar.gz
zsh-855f73c600822d8cb83e8c9de7b56fd8691c9ced.tar.xz
zsh-855f73c600822d8cb83e8c9de7b56fd8691c9ced.zip
users/10107: shell ignores SIGQUIT
Diffstat (limited to 'Doc/Zsh/jobs.yo')
-rw-r--r--Doc/Zsh/jobs.yo1
1 files changed, 1 insertions, 0 deletions
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)).