diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/options.yo | 5 |
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() |