diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-11-29 13:29:29 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-11-29 13:29:29 +0000 |
| commit | 62f3edb48bcd64917d8be4e8d0b56de5aab2b3c4 (patch) | |
| tree | 9552e1b828889c9cf8bc6df62c89ade3a1659ae8 /usr/src/man/man3c/sched_setscheduler.3c | |
| parent | d34c3f35352d3d27e8f1c35be3da4cb32b1486db (diff) | |
| parent | f27dfbe1ab97352a1070fc81db8c8acaa338079a (diff) | |
| download | illumos-joyent-62f3edb48bcd64917d8be4e8d0b56de5aab2b3c4.tar.gz | |
[illumos-gate merge]
commit f27dfbe1ab97352a1070fc81db8c8acaa338079a
8797 loader: Support URI scheme for root-path in netbooting
commit 61d32c33314163cd44fd93c77f2606de94baee81
8762 syslogd: variable 'prev' set but not used
commit c5bab7026b8e0ac44b25ee08507ea360f177d844
8861 more manpage spelling errors
Diffstat (limited to 'usr/src/man/man3c/sched_setscheduler.3c')
| -rw-r--r-- | usr/src/man/man3c/sched_setscheduler.3c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/man/man3c/sched_setscheduler.3c b/usr/src/man/man3c/sched_setscheduler.3c index c87c6e2f0b..1dd4889113 100644 --- a/usr/src/man/man3c/sched_setscheduler.3c +++ b/usr/src/man/man3c/sched_setscheduler.3c @@ -9,7 +9,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH SCHED_SETSCHEDULER 3C "Apr 1, 2008" +.TH SCHED_SETSCHEDULER 3C "Nov 26, 2017" .SH NAME sched_setscheduler \- set scheduling policy and scheduling parameters .SH SYNOPSIS @@ -22,7 +22,6 @@ sched_setscheduler \- set scheduling policy and scheduling parameters .fi .SH DESCRIPTION -.sp .LP The \fBsched_setscheduler()\fR function sets the scheduling policy and scheduling parameters of the process specified by \fIpid\fR to \fIpolicy\fR and @@ -62,14 +61,12 @@ in setting the scheduling policy and scheduling parameters of the process specified by \fIpid\fR to the values specified by \fIpolicy\fR and the structure pointed to by \fIparam\fR, respectively. .SH RETURN VALUES -.sp .LP Upon successful completion, the function returns the former scheduling policy of the specified process. If the \fBsched_setscheduler()\fR function fails to -complete successfully, the policy and scheduling paramenters remain unchanged, +complete successfully, the policy and scheduling parameters remain unchanged, and the function returns \(mi1 and sets \fBerrno\fR to indicate the error. .SH ERRORS -.sp .LP The \fBsched_setscheduler()\fR function will fail if: .sp @@ -103,7 +100,6 @@ No process can be found corresponding to that specified by \fIpid.\fR .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -123,7 +119,6 @@ Standard See \fBstandards\fR(5). .TE .SH SEE ALSO -.sp .LP \fBpriocntl\fR(1), \fBIntro\fR(2), \fBexec\fR(2), \fBpriocntl\fR(2), \fBlibrt\fR(3LIB), \fBsched.h\fR(3HEAD), \fBsched_get_priority_max\fR(3C), |
