about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-18 00:48:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-18 00:48:14 +0000
commit1f2f3427ef93dd353c6d86e6b156c05d0ff4d982 (patch)
tree444bbaa293182e693f0cf1b1842308c4ea260765 /Doc/Zsh/options.yo
parent7ef31c0ac9edba315f7645062341242afd45b6f0 (diff)
downloadzsh-1f2f3427ef93dd353c6d86e6b156c05d0ff4d982.tar.gz
zsh-1f2f3427ef93dd353c6d86e6b156c05d0ff4d982.tar.xz
zsh-1f2f3427ef93dd353c6d86e6b156c05d0ff4d982.zip
zsh-workers/8308
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 8d10bdbb3..795d37a22 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -239,6 +239,14 @@ This also has the effect of tt(CHASE_DOTS), i.e. a `tt(..)' path segment
 will be treated as referring to the physical parent, even if the preceeding
 path segment is a symbolic link.
 )
+pindex(CHECK_JOBS)
+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.
+)
 pindex(CLOBBER)
 cindex(clobbering, of files)
 cindex(file clobbering, allowing)