From 73be7ee553b1df74bfccb7742c79b620aec828ce Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 10 Jul 2009 11:08:39 +0000 Subject: 27106: reset status on command that expands to empty 27122: add POSIX_JOBS option --- Doc/Zsh/options.yo | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Doc/Zsh/options.yo') 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)) )( 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) )( +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) -- cgit 1.4.1