about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-12-02 09:56:42 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-12-02 09:56:42 +0000
commitdc717207097bf4840e4145af999418658b5ca053 (patch)
tree7609d5ee03a13ba3cd329d267f87d8a44f12ebd5 /Doc/Zsh/options.yo
parent3206b8a2eac54b75a181859cd98130c5219c3126 (diff)
downloadzsh-dc717207097bf4840e4145af999418658b5ca053.tar.gz
zsh-dc717207097bf4840e4145af999418658b5ca053.tar.xz
zsh-dc717207097bf4840e4145af999418658b5ca053.zip
27446: Frank: tmux completion update
27447: document change for waiting for $!
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 555d416e6..46e21d672 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1324,6 +1324,11 @@ When the option is not set, job information from the parent
 shell is saved for output within a subshell (for example, within a
 pipeline).  When the option is set, the output of tt(jobs) is empty
 until a job is started within the subshell.
+
+When the option is set, it becomes possible to use the tt(wait) builtin to
+wait for the last job started in the background (as given by tt($!)) even
+if that job has already exited.  This works even if the option is turned
+on temporarily around the use of the tt(wait) builtin.
 )
 enditem()