Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Parameter $! documentation bug
- X-seq: zsh-workers 44495
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: Parameter $! documentation bug
- Date: Sat, 6 Jul 2019 21:32:43 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=K7vPfs2L9Qva+g9UrnhPiC8RVzAHrVN4myqL9amR6rY=; b=hmp34fPPXlDIlBbJv3VorgrLYaMXGR+5gbjrffV75MeVo4aX8dGTNHYv7Q8cka/b6z 4UsfdLWRoY5dlu1Di6JRDMMxE0uNd7uvDt7nDle5Dj4qNVy+1Oq2vFzUQs9I/fHT+rO6 C4uyQMNasE1Nof9IXAYQND7v9ajlpRnEsY75socuthTj1NDSxccuTqZbQujExD5zsP9C cLwvC5CTUaGeJBg8YxiutvvGQCZKuABzoUdVMIxGsrlx431IizUIJxQ0o811P+q4nqF5 ags5FxJ5t4KyJQT9fsD+CRRLpKvlJ3BBemAA6q5JVPWbeXDgaWRg2TMu/6RYZn3XyQko a0sQ==
- In-reply-to: <20190707001737.GC14626@zira.vinc17.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20190707001737.GC14626@zira.vinc17.org>
On Sat, Jul 6, 2019 at 5:18 PM Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
>
> I assume that coproc commands are also concerned by $!.
IIRC coproc commands did not, originally, get job table entries, and
although it has been years since they began to do so, the doc for $!
probably predates that.
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>)(
Messages sorted by:
Reverse Date,
Date,
Thread,
Author