Correct argument to SCHED_LOCK; drop a trailing whitespace, fix an xref.

Begin a sentence on a new line.
This commit is contained in:
wiz 2002-09-27 07:56:55 +00:00
parent 1cef8ffb3b
commit ccf057f25b
1 changed files with 7 additions and 7 deletions

View File

@ -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. .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -52,14 +52,14 @@
.Ft int .Ft int
.Fn SCHED_LOCK "void" .Fn SCHED_LOCK "void"
.Ft void .Ft void
.Fn SCHED_UNLOCK "s" .Fn SCHED_UNLOCK "int"
.Sh DESCRIPTION .Sh DESCRIPTION
Access to the system run queue within the scheduler is protected by Access to the system run queue within the scheduler is protected by the
the
.Va sched_lock .Va sched_lock
simplelock and the simplelock and the
.Xr splsched .Xr splsched 9
interrupt priority level. The interrupt priority level.
The
.Fn sched_lock_idle .Fn sched_lock_idle
and and
.Fn sched_unlock_idle .Fn sched_unlock_idle