From dc717207097bf4840e4145af999418658b5ca053 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 2 Dec 2009 09:56:42 +0000 Subject: 27446: Frank: tmux completion update 27447: document change for waiting for $! --- Doc/Zsh/options.yo | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Doc/Zsh/options.yo') 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() -- cgit 1.4.1