From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by ewsd; Tue Nov 26 09:50:41 EST 2019 X-Originating-IP: 185.198.110.254 Received: from coeus.antares-labs.eu (unknown [185.198.110.254]) (Authenticated sender: rgl@antares-labs.eu) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id C0D191C0018 for <9front@9front.org>; Tue, 26 Nov 2019 14:50:34 +0000 (UTC) Message-ID: Date: Tue, 26 Nov 2019 15:50:31 +0100 From: rgl@antares-labs.eu To: 9front@9front.org Subject: kproc(9) and sleep(9) corrections MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-hfdbkeqemugkyekazzrauoheox" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: polling-based method full-stack descriptor This is a multi-part message in MIME format. --upas-hfdbkeqemugkyekazzrauoheox Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit hi all, here are a couple of corrections for the previously submitted manpages. i have six manpages left from the other half, so i'll send the whole batch once i'm done with them. -rodri --upas-hfdbkeqemugkyekazzrauoheox Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit diff -r b1390c8b6dde sys/man/9/kproc --- a/sys/man/9/kproc Wed Nov 20 17:46:29 2019 +1030 +++ b/sys/man/9/kproc Tue Nov 26 15:41:37 2019 +0100 @@ -56,8 +56,6 @@ pexit("", 1); .EE .PP -to terminate a kernel process normally. -.PP .I Postnote sends a software interrupt to process .IR p , 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 --upas-hfdbkeqemugkyekazzrauoheox--