diff options
author | rgl <devnull@localhost> | 2019-12-20 18:01:43 +0100 |
---|---|---|
committer | rgl <devnull@localhost> | 2019-12-20 18:01:43 +0100 |
commit | 6cf9fb7b80043c70b861813d4a915dafa571ffd8 (patch) | |
tree | eef04ecc5211fcf4ad0d8156ce9487ca0cd22de9 /sys/man/9 | |
parent | 0bc963f9289643010f18f0adf90441f83141c04c (diff) |
kproc(9) and sleep(9) corrections
Diffstat (limited to 'sys/man/9')
-rw-r--r-- | sys/man/9/kproc | 2 | ||||
-rw-r--r-- | sys/man/9/sleep | 10 |
2 files changed, 0 insertions, 12 deletions
diff --git a/sys/man/9/kproc b/sys/man/9/kproc index 5936fabf7..25e50e5a0 100644 --- a/sys/man/9/kproc +++ b/sys/man/9/kproc @@ -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 , diff --git a/sys/man/9/sleep b/sys/man/9/sleep index 5abc93ff6..f4b2fd4ee 100644 --- a/sys/man/9/sleep +++ b/sys/man/9/sleep @@ -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 |