From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from MTA-08-3.privateemail.com ([198.54.127.61]) by ewsd; Fri Dec 20 14:18:44 EST 2019 Received: from MTA-08.privateemail.com (localhost [127.0.0.1]) by MTA-08.privateemail.com (Postfix) with ESMTP id 6046060038 for <9front@9front.org>; Fri, 20 Dec 2019 14:18:39 -0500 (EST) Received: from localhost (unknown [10.20.151.214]) by MTA-08.privateemail.com (Postfix) with ESMTPA id AAD9260033 for <9front@9front.org>; Fri, 20 Dec 2019 19:18:38 +0000 (UTC) Date: Fri, 20 Dec 2019 11:18:30 -0800 From: Anthony Martin To: 9front@9front.org Subject: Re: kproc(9) and sleep(9) corrections Message-ID: <20191220191808.GA26298@alice> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Virus-Scanned: ClamAV using ClamSMTP List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stateless standard wrapper element table controller rgl@antares-labs.eu once said: > diff -r b1390c8b6dde sys/man/9/sleep > --- a/sys/man/9/sleep Wed Nov 20 17:46:29 2019 +1030 > +++ b/sys/man/9/sleep Tue Nov 26 15:41:37 2019 +0100 > @@ -91,16 +91,6 @@ > .IP > .B tsleep(&up->sleep, return0, nil, 10); > .PP > -Both > -.I sleep > -and > -.I tsleep > -can be interrupted by > -.IR swiproc > -(see > -.IR kproc (9)), > -causing a non-local goto through a call to > -.IR error (9). > .SH SOURCE > .B /sys/src/9/port/proc.c > .br This was recently commited but it could have been better. Swiproc is the Inferno analog of postnote(9). I would have kept the sentence with that substitution. Cheers, Anthony