diff options
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index c9e9b7be5..7a2c732d1 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1274,6 +1274,17 @@ item(tt(NOTIFY) (tt(-5), ksh: tt(-b)) <Z>)( Report the status of background jobs immediately, rather than waiting until just before printing a prompt. ) +pindex(POSIX_JOBS) +pindex(POSIXJOBS) +pindex(NO_POSIX_JOBS) +pindex(NOPOSIXJOBS) +cindex(bg, output in POSIX format) +cindex(fg, output in POSIX format) +item(tt(POSIX_JOBS) <K> <S>)( +When putting jobs in the background or foreground with tt(bg) or tt(fg), +just print the text of the job as required by POSIX, +rather than the full information that would be output by tt(jobs). +) enditem() subsect(Prompting) |