These work with SCHED_4BSD now.
This commit is contained in:
parent
c5f18ae1d0
commit
be6b674555
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sched.3,v 1.2 2008/04/30 13:10:52 martin Exp $
|
||||
.\" $NetBSD: sched.3,v 1.3 2008/05/24 12:57:00 ad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -27,7 +27,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd March 10, 2008
|
||||
.Dd May 24, 2008
|
||||
.Dt SCHED 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -234,6 +234,3 @@ standard.
|
|||
.Sh HISTORY
|
||||
The scheduling functions appeared in
|
||||
.Nx 5.0 .
|
||||
.Sh BUGS
|
||||
Currently, these functions are valid and work correctly only with the
|
||||
SCHED_M2 thread scheduler implementation.
|
||||
|
|
Loading…
Reference in New Issue