Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 It's continue_ipl, not desired_ipl.



details:   https://anonhg.NetBSD.org/src/rev/0bc448f1a61c
branches:  trunk
changeset: 559792:0bc448f1a61c
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Mar 24 01:29:37 2004 +0000

description:
It's continue_ipl, not desired_ipl.

diffstat:

 share/man/man9/kcont.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bacdc0343e71 -r 0bc448f1a61c share/man/man9/kcont.9
--- a/share/man/man9/kcont.9    Wed Mar 24 01:27:57 2004 +0000
+++ b/share/man/man9/kcont.9    Wed Mar 24 01:29:37 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kcont.9,v 1.4 2004/03/23 11:46:59 wiz Exp $
+.\"    $NetBSD: kcont.9,v 1.5 2004/03/24 01:29:37 snj Exp $
 .\"
 .\" The author of this man page is Jonathan Stone (jonathan%dsg.stanford.edu@localhost)
 .\"
@@ -153,7 +153,7 @@
 .Sh DATA TYPES
 .Ss Deferral Priorities
 Arguments shown above with the name
-.Ar desired_ipl
+.Ar continue_ipl
 are drawn from the following namespace:
 .Bl -tag -offset indent -width KC_IPL_DEFER_SOFTSERIALXX
 .It Dv KCL_IPL_IMMEDIATE
@@ -175,7 +175,7 @@
 .El
 .Sh NOTES
 The
-.Dq desired IPL
+.Ar continue_ipl
 argument should be interpreted as an upper-bound:
 the continuation will not be executed before interrupt priority drops
 to, or below, the requested level.



Home | Main Index | Thread Index | Old Index