diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-03 08:48:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-07-03 08:48:22 +0000 |
commit | 43f3a585977a34d20e8ab2ac79d39183d1d02103 (patch) | |
tree | 49307e79ca0a998f8b93ab2f53dc78fdb3a52988 /Doc/Zsh | |
parent | 0ddb4fb835d685b5dc71dadc08d5758a28b99439 (diff) | |
download | zsh-43f3a585977a34d20e8ab2ac79d39183d1d02103.tar.gz zsh-43f3a585977a34d20e8ab2ac79d39183d1d02103.tar.xz zsh-43f3a585977a34d20e8ab2ac79d39183d1d02103.zip |
12121: stopmsg in precmd
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 3b61a6871..84feb32c7 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -244,8 +244,14 @@ cindex(exiting, checking jobs when) cindex(logging out, checking jobs when) item(tt(CHECK_JOBS) <Z>)( Report the status of background and suspended jobs before exiting a shell -with job control. tt(NO_CHECK_JOBS) is best used only in combination with -tt(NO_HUP), else such jobs will be killed automatically. +with job control; a second attempt to exit the shell will succeed. +tt(NO_CHECK_JOBS) is best used only in combination with tt(NO_HUP), else +such jobs will be killed automatically. + +The check is omitted if the commands run from the previous command line +included a `tt(jobs)' command, since it is assumed the user is aware that +there are background or suspended jobs. A `tt(jobs)' command run from the +tt(precmd) function is not counted for this purpose. ) pindex(CLOBBER) cindex(clobbering, of files) |