9front - general discussion about 9front
 help / color / mirror / Atom feed
From: rgl@antares-labs.eu
To: 9front@9front.org
Subject: kproc(9) and sleep(9) corrections
Date: Tue, 26 Nov 2019 15:50:31 +0100	[thread overview]
Message-ID: <F1639869FCAE8F887F2BDB8FD0AA389F@antares-labs.eu> (raw)

[-- 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

             reply	other threads:[~2019-11-26 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 14:50 rgl [this message]
2019-12-20 19:18 ` Anthony Martin
2019-12-20 19:25   ` [9front] " rgl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F1639869FCAE8F887F2BDB8FD0AA389F@antares-labs.eu \
    --to=rgl@antares-labs.eu \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).