From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 05fc3e42 for ; Sun, 7 Jul 2019 04:33:51 +0000 (UTC) Received: (qmail 17156 invoked by alias); 7 Jul 2019 04:33:42 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44495 Received: (qmail 12282 invoked by uid 1010); 7 Jul 2019 04:33:42 -0000 X-Qmail-Scanner-Diagnostics: from mail-lf1-f49.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25496. spamassassin: 3.4.2. Clear:RC:0(209.85.167.49):SA:0(-2.0/5.0):. Processed in 3.446151 secs); 07 Jul 2019 04:33:42 -0000 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.167.49 as permitted sender) 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=K7vPfs2L9Qva+g9UrnhPiC8RVzAHrVN4myqL9amR6rY=; b=Ufz4lP7SNxcpcTS7jap/2OIrVWbb/ftMBQijRVWQaKyPizrX6tH8igP0+Wf9I7XKvw uppeTUlYjlqc05SZQP2lj1nJ35VF65hoV1ZU+KOW44GwvoHb86GwgVu+L3EiEqr2FBXv /B4W55Zgxwo2KigmL3jkfhcoquxcyPZ/U4VHL7zucOuBebIAalsIGNU+R759ksF+FHax 0WMl3hrpvwjuO+yMhsNf5OC8F12cGYKYaGRhnv1uiYrCutKSMQodmaum7p0WI691BnIL BlUzrXadUD1jOaUJ6c5obn6LIz1yBeVZcKLRysjtW9uqbz/Jajt0i8Qt0laM4ikRX/0j r9jg== X-Gm-Message-State: APjAAAVCeXzzyxobfCHLaoDVOkKrV2470buW2D6gT2xbBcj3CifymvBO CWWG9f+FNgZLHynpfFxzBj8lbQM+AXHsBUf5W+vEeO4/Vc9jdQ== X-Google-Smtp-Source: APXvYqxmg8r3N844KLN3a/COZGDL/ID7Le0pm1jNHMxuCzs8MhEi2Jbk9HGoVPXvU3p3YeOcer2yqubioxzgOEAW3VE= X-Received: by 2002:ac2:42c7:: with SMTP id n7mr5351733lfl.65.1562473974504; Sat, 06 Jul 2019 21:32:54 -0700 (PDT) MIME-Version: 1.0 References: <20190707001737.GC14626@zira.vinc17.org> In-Reply-To: <20190707001737.GC14626@zira.vinc17.org> From: Bart Schaefer Date: Sat, 6 Jul 2019 21:32:43 -0700 Message-ID: Subject: Re: Parameter $! documentation bug To: "zsh-workers@zsh.org" Content-Type: text/plain; charset="UTF-8" On Sat, Jul 6, 2019 at 5:18 PM Vincent Lefevre 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(!) )( 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(#) )(