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-07-10 11:08:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-07-10 11:08:39 +0000
commit73be7ee553b1df74bfccb7742c79b620aec828ce (patch)
treee256c086d56b569273841eb3c93df2070958b1df /Doc/Zsh/options.yo
parentbd2ee44b78d4b1ef78eac9a897237d63aecc35d6 (diff)
downloadzsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar.gz
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.tar.xz
zsh-73be7ee553b1df74bfccb7742c79b620aec828ce.zip
27106: reset status on command that expands to empty
27122: add POSIX_JOBS option
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo11
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)