Deleted Added
full compact
sched_get_priority_max.2 (108087) sched_get_priority_max.2 (131504)
1.\" Copyright (c) 1998 HD Associates, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1998 HD Associates, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libc/sys/sched_get_priority_max.2 108087 2002-12-19 09:40:28Z ru $
25.\" $FreeBSD: head/lib/libc/sys/sched_get_priority_max.2 131504 2004-07-02 23:52:20Z ru $
26.\"
27.Dd March 12, 1998
28.Dt SCHED_GET_PRIORITY_MAX 2
29.Os
30.Sh NAME
31.Nm sched_get_priority_max ,
32.Nm sched_get_priority_min ,
33.Nm sched_rr_get_interval

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

77Round-robin scheduling across same priority processes.
78.El
79.Sh RETURN VALUES
80If successful, the
81.Fn sched_get_priority_max
82and
83.Fn sched_get_priority_min
84system calls shall return the appropriate maximum or minimum values,
26.\"
27.Dd March 12, 1998
28.Dt SCHED_GET_PRIORITY_MAX 2
29.Os
30.Sh NAME
31.Nm sched_get_priority_max ,
32.Nm sched_get_priority_min ,
33.Nm sched_rr_get_interval

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

77Round-robin scheduling across same priority processes.
78.El
79.Sh RETURN VALUES
80If successful, the
81.Fn sched_get_priority_max
82and
83.Fn sched_get_priority_min
84system calls shall return the appropriate maximum or minimum values,
85respectively. If unsuccessful, they shall return a value of -1 and set
85respectively.
86If unsuccessful, they shall return a value of -1 and set
86.Fa errno
87to indicate the error.
88.Pp
89.Rv -std sched_rr_get_interval
90.Sh ERRORS
91On failure
92.Va errno
93will be set to the corresponding value:

--- 29 unchanged lines hidden ---
87.Fa errno
88to indicate the error.
89.Pp
90.Rv -std sched_rr_get_interval
91.Sh ERRORS
92On failure
93.Va errno
94will be set to the corresponding value:

--- 29 unchanged lines hidden ---