about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-05 01:07:14 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-05 01:07:14 +0000
commit2a4f805f8e5e0cac3d97a209577f417672775d40 (patch)
tree63478281cf317432e95da6284f625f7ce1ae0336 /Doc
parenta76b730530cd3b7c256383ac360711185b4306b7 (diff)
downloadzsh-2a4f805f8e5e0cac3d97a209577f417672775d40.tar.gz
zsh-2a4f805f8e5e0cac3d97a209577f417672775d40.tar.xz
zsh-2a4f805f8e5e0cac3d97a209577f417672775d40.zip
Merge of 22913: set $! after a "bg", too.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index fee05e338..bcd2ae23e 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -465,7 +465,8 @@ The following parameters are automatically set by the shell:
 startitem()
 vindex(!)
 item(tt(!) <S>)(
-The process ID of the last background command invoked.
+The process ID of the last command started in the background with tt(&),
+or put into the background with the tt(bg) builtin.
 )
 vindex(#)
 item(tt(#) <S>)(