diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-10-30 10:37:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-10-30 10:37:17 +0000 |
commit | ff9f2bb88e60e77e8b6d7670ec90651ac4ae5cec (patch) | |
tree | 753e15d925aad1c50d58b7212602b7135c153357 /Doc | |
parent | 3292f9ec1fbac66f644a54baafb775cdd477027a (diff) | |
download | zsh-ff9f2bb88e60e77e8b6d7670ec90651ac4ae5cec.tar.gz zsh-ff9f2bb88e60e77e8b6d7670ec90651ac4ae5cec.tar.xz zsh-ff9f2bb88e60e77e8b6d7670ec90651ac4ae5cec.zip |
22913: set $! on "bg"
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/params.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index bbe3354ce..8959130fd 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -477,7 +477,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>)( |