ref: 9cdd887965488a6c9b04deaada3752f7848e7fca
parent: aa566d30dbe6c835768793953370565d5b562da0
author: rgl <devnull@localhost>
date: Fri Dec 20 13:01:43 EST 2019
kproc(9) and sleep(9) corrections
--- a/sys/man/9/kproc
+++ b/sys/man/9/kproc
@@ -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 ,
--- a/sys/man/9/sleep
+++ b/sys/man/9/sleep
@@ -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
--
⑨