Deleted Added
full compact
sched_setparam.2 (69857) sched_setparam.2 (79366)
1.\" $FreeBSD: head/lib/libc/sys/sched_setparam.2 69857 2000-12-11 15:15:20Z ru $
1.\" $FreeBSD: head/lib/libc/sys/sched_setparam.2 79366 2001-07-06 16:46:48Z ru $
2.\" Copyright (c) 1998 HD Associates, Inc.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

--- 144 unchanged lines hidden (view full) ---

154.It Bq Er EINVAL
155For
156.Fn sched_setparam :
157one or more of the requested scheduling parameters
158is outside the range defined for the scheduling policy of the specified
159.Fa pid .
160.El
161.Sh SEE ALSO
2.\" Copyright (c) 1998 HD Associates, Inc.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

--- 144 unchanged lines hidden (view full) ---

154.It Bq Er EINVAL
155For
156.Fn sched_setparam :
157one or more of the requested scheduling parameters
158is outside the range defined for the scheduling policy of the specified
159.Fa pid .
160.El
161.Sh SEE ALSO
162.Xr sched_getscheduler 2 ,
162.Xr sched_get_priority_max 2 ,
163.Xr sched_get_priority_min 2 ,
163.Xr sched_get_priority_max 2 ,
164.Xr sched_get_priority_min 2 ,
164.Xr sched_getscheduler 2 ,
165.Xr sched_rr_get_interval 2 ,
166.Xr sched_setscheduler 2 ,
167.Xr sched_yield 2
168.Sh STANDARDS
169The
170.Fn sched_setparam
171and
172.Fn sched_getparam
173functions conform to
174.St -p1003.1b-93 .
165.Xr sched_rr_get_interval 2 ,
166.Xr sched_setscheduler 2 ,
167.Xr sched_yield 2
168.Sh STANDARDS
169The
170.Fn sched_setparam
171and
172.Fn sched_getparam
173functions conform to
174.St -p1003.1b-93 .