diff options
Diffstat (limited to 'usr/src/man/man2/priocntlset.2')
| -rw-r--r-- | usr/src/man/man2/priocntlset.2 | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/usr/src/man/man2/priocntlset.2 b/usr/src/man/man2/priocntlset.2 index 693ee6fdf1..ab4c7bce2e 100644 --- a/usr/src/man/man2/priocntlset.2 +++ b/usr/src/man/man2/priocntlset.2 @@ -4,7 +4,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 priocntlset 2 "1 Apr 2008" "SunOS 5.11" "System Calls" +.TH PRIOCNTLSET 2 "Apr 1, 2008" .SH NAME priocntlset \- generalized process scheduler control .SH SYNOPSIS @@ -62,45 +62,37 @@ is to apply to. The valid values for \fBp_op\fR and the processes they specify are: .sp .ne 2 -.mk .na \fB\fBPOP_DIFF\fR\fR .ad .RS 12n -.rt Set difference: processes in left set and not in right set. .RE .sp .ne 2 -.mk .na \fB\fBPOP_AND\fR\fR .ad .RS 12n -.rt Set intersection: processes in both left and right sets. .RE .sp .ne 2 -.mk .na \fB\fBPOP_OR\fR\fR .ad .RS 12n -.rt Set union: processes in either left or right sets or both. .RE .sp .ne 2 -.mk .na \fB\fBPOP_XOR\fR\fR .ad .RS 12n -.rt Set exclusive-or: processes in left or right set but not in both. .RE @@ -131,12 +123,10 @@ Otherwise, it returns \fB\(mi1\fR and sets \fBerrno\fR to indicate the error. The \fBpriocntlset()\fR function will fail if: .sp .ne 2 -.mk .na \fB\fBEAGAIN\fR\fR .ad .RS 10n -.rt An attempt to change the class of a process failed because of insufficient resources other than memory (for example, class-specific kernel data structures). @@ -144,47 +134,39 @@ structures). .sp .ne 2 -.mk .na \fB\fBEFAULT\fR\fR .ad .RS 10n -.rt One of the arguments points to an illegal address. .RE .sp .ne 2 -.mk .na \fB\fBEINVAL\fR\fR .ad .RS 10n -.rt The argument \fIcmd\fR was invalid, an invalid or unconfigured class was specified, or one of the parameters specified was invalid. .RE .sp .ne 2 -.mk .na \fB\fBENOMEM\fR\fR .ad .RS 10n -.rt An attempt to change the class of a process failed because of insufficient memory. .RE .sp .ne 2 -.mk .na \fB\fBEPERM\fR\fR .ad .RS 10n -.rt The {\fBPRIV_PROC_PRIOCNTL\fR} privilege is not asserted in the effective set of the calling LWP. .sp @@ -193,23 +175,19 @@ The calling LWP does not have sufficient privileges to affect the target LWP. .sp .ne 2 -.mk .na \fB\fBERANGE\fR\fR .ad .RS 10n -.rt The requested time quantum is out of range. .RE .sp .ne 2 -.mk .na \fB\fBESRCH\fR\fR .ad .RS 10n -.rt None of the specified processes exist. .RE |
