Deleted Added
full compact
sched_setscheduler.2 (116023) sched_setscheduler.2 (131504)
1.\" $FreeBSD: head/lib/libc/sys/sched_setscheduler.2 116023 2003-06-08 10:11:13Z charnier $
1.\" $FreeBSD: head/lib/libc/sys/sched_setscheduler.2 131504 2004-07-02 23:52:20Z 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.

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

118In this implementation, the policy of when a process can obtain the
119scheduling parameters of another process are detailed in
120.St -p1003.1b-93
121as a read-style operation.
122.Pp
123If
124.Fa pid
125is zero, the scheduling parameters for the calling process will be
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.

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

118In this implementation, the policy of when a process can obtain the
119scheduling parameters of another process are detailed in
120.St -p1003.1b-93
121as a read-style operation.
122.Pp
123If
124.Fa pid
125is zero, the scheduling parameters for the calling process will be
126returned. In this implementation, the
126returned.
127In this implementation, the
127.Fa sched_getscheduler
128system call will fail if
129.Fa pid
130is negative.
131.Sh RETURN VALUES
132.Rv -std
133.Sh ERRORS
134On failure

--- 32 unchanged lines hidden ---
128.Fa sched_getscheduler
129system call will fail if
130.Fa pid
131is negative.
132.Sh RETURN VALUES
133.Rv -std
134.Sh ERRORS
135On failure

--- 32 unchanged lines hidden ---