about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2019-07-08 17:55:06 -0700
committerBart Schaefer <schaefer@zsh.org>2019-07-08 17:55:06 -0700
commitadef791c82c1cf61206b14728ccaaa3c72abf54c (patch)
tree93971a6bfd2353b88bf23ff81460ca9648d1ff01 /Doc
parent61a697f977cd5152c15d9fd3a3628826d2b5fc52 (diff)
downloadzsh-adef791c82c1cf61206b14728ccaaa3c72abf54c.tar.gz
zsh-adef791c82c1cf61206b14728ccaaa3c72abf54c.tar.xz
zsh-adef791c82c1cf61206b14728ccaaa3c72abf54c.zip
44495: Mention coproc under $!
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 9ad228679..9acd52f2e 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -629,7 +629,7 @@ startitem()
 vindex(!)
 item(tt(!) <S>)(
 The process ID of the last command started in the background with tt(&),
-or put into the background with the tt(bg) builtin.
+put into the background with the tt(bg) builtin, or spawned with tt(coproc).
 )
 vindex(#)
 item(tt(#) <S>)(