kproc(9) and sleep(9) corrections

This commit is contained in:
rgl 2019-12-20 18:01:43 +01:00
parent 0bc963f928
commit 6cf9fb7b80
2 changed files with 0 additions and 12 deletions

View file

@ -56,8 +56,6 @@ Use the following to terminate a kernel process normally:
pexit("", 1);
.EE
.PP
to terminate a kernel process normally.
.PP
.I Postnote
sends a software interrupt to process
.IR p ,

View file

@ -91,16 +91,6 @@ structure, for example:
.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