9front - general discussion about 9front
 help / color / mirror / Atom feed
* kproc(9) and sleep(9) corrections
@ 2019-11-26 14:50 rgl
  2019-12-20 19:18 ` Anthony Martin
  0 siblings, 1 reply; 3+ messages in thread
From: rgl @ 2019-11-26 14:50 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

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

[-- Attachment #2: Type: text/plain, Size: 701 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-20 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 14:50 kproc(9) and sleep(9) corrections rgl
2019-12-20 19:18 ` Anthony Martin
2019-12-20 19:25   ` [9front] " rgl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).