Deleted Added
full compact
sched_get_priority_max.2 (108028) sched_get_priority_max.2 (108087)
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 108028 2002-12-18 09:22:32Z ru $
25.\" $FreeBSD: head/lib/libc/sys/sched_get_priority_max.2 108087 2002-12-19 09:40:28Z 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

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

90.Sh ERRORS
91On failure
92.Va errno
93will be set to the corresponding value:
94.Bl -tag -width Er
95.It Bq Er EINVAL
96The value of the
97.Fa policy
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

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

90.Sh ERRORS
91On failure
92.Va errno
93will be set to the corresponding value:
94.Bl -tag -width Er
95.It Bq Er EINVAL
96The value of the
97.Fa policy
98parameter does not represent a defined scheduling policy.
98argument does not represent a defined scheduling policy.
99.It Bq Er ENOSYS
100The
101.Fn sched_get_priority_max ,
102.Fn sched_get_priority_min ,
103and
104.Fn sched_rr_get_interval
105system calls are not supported by the implementation.
106.It Bq Er ESRCH

--- 16 unchanged lines hidden ---
99.It Bq Er ENOSYS
100The
101.Fn sched_get_priority_max ,
102.Fn sched_get_priority_min ,
103and
104.Fn sched_rr_get_interval
105system calls are not supported by the implementation.
106.It Bq Er ESRCH

--- 16 unchanged lines hidden ---