Correct argument to SCHED_LOCK; drop a trailing whitespace, fix an xref.
Begin a sentence on a new line.
This commit is contained in:
parent
1cef8ffb3b
commit
ccf057f25b
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: SCHED_LOCK.9,v 1.1 2002/09/22 06:27:17 gmcgarry Exp $
|
||||
.\" $NetBSD: SCHED_LOCK.9,v 1.2 2002/09/27 07:56:55 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -52,14 +52,14 @@
|
||||
.Ft int
|
||||
.Fn SCHED_LOCK "void"
|
||||
.Ft void
|
||||
.Fn SCHED_UNLOCK "s"
|
||||
.Fn SCHED_UNLOCK "int"
|
||||
.Sh DESCRIPTION
|
||||
Access to the system run queue within the scheduler is protected by
|
||||
the
|
||||
Access to the system run queue within the scheduler is protected by the
|
||||
.Va sched_lock
|
||||
simplelock and the
|
||||
.Xr splsched
|
||||
interrupt priority level. The
|
||||
.Xr splsched 9
|
||||
interrupt priority level.
|
||||
The
|
||||
.Fn sched_lock_idle
|
||||
and
|
||||
.Fn sched_unlock_idle
|
||||
|
Loading…
Reference in New Issue
Block a user