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:
parent
61a697f977
commit
adef791c82
2 changed files with 5 additions and 1 deletions
|
|
@ -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>)(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue