1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01:00

44495: Mention coproc under $!

This commit is contained in:
Bart Schaefer 2019-07-08 17:55:06 -07:00
parent 61a697f977
commit adef791c82
2 changed files with 5 additions and 1 deletions

View file

@ -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>)(