summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/params.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78efc455c..b65de3925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-07-08 Bart Schaefer <schaefer@brasslantern.com>
+
+ * 44495: Doc/Zsh/params.yo: Mention coproc under $!
+
2019-07-08 Peter Stephenson <p.stephenson@samsung.com>
* users/24030: Etc/FAQ.yo: Note that *.{bla,hbl,ahb} is an
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>)(