diff options
Diffstat (limited to 'usr/src/man/man1/prctl.1')
-rw-r--r-- | usr/src/man/man1/prctl.1 | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/usr/src/man/man1/prctl.1 b/usr/src/man/man1/prctl.1 index db13fb2448..0e117a510b 100644 --- a/usr/src/man/man1/prctl.1 +++ b/usr/src/man/man1/prctl.1 @@ -3,7 +3,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 PRCTL 1 "Oct 30, 2013" +.TH PRCTL 1 "April 9, 2016" .SH NAME prctl \- get or set the resource controls of running processes, tasks, and projects @@ -16,7 +16,6 @@ projects .fi .SH DESCRIPTION -.sp .LP The \fBprctl\fR utility allows the examination and modification of the resource controls associated with an active process, task, or project on the system. It @@ -27,7 +26,6 @@ the specified entity. See \fBresource_controls\fR(5) for a description of the resource controls supported in the current release of the Solaris operating system. .SH OPTIONS -.sp .LP The following options are supported: .sp @@ -238,7 +236,6 @@ If none of the \fB-s\fR, \fB-r\fR, \fB-x\fR, \fB-v\fR, \fB-d\fR, or \fB-e\fR options are specified, the invocation is considered a get operation. Otherwise, it is considered a modify operation. .SH OPERANDS -.sp .LP The following operand is supported: .sp @@ -497,7 +494,6 @@ The cap can be lowered to 50% using: .sp .SH EXIT STATUS -.sp .LP The following exit values are returned: .sp @@ -528,7 +524,6 @@ Invalid command line options were specified. .RE .SH FILES -.sp .ne 2 .na \fB\fB/proc/pid/*\fR\fR @@ -538,7 +533,6 @@ Process information and control files .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -556,15 +550,13 @@ Interface Stability See below. .sp .LP The command-line syntax is Committed. The human-readable output is Uncommitted. -The parseable output is Committed. +The parsable output is Committed. .SH SEE ALSO -.sp .LP \fBrctladm\fR(1M), \fBzonecfg\fR(1M), \fBsetrctl\fR(2), \fBrctlblk_get_local_action\fR(3C), \fBproject\fR(4), \fBattributes\fR(5), \fBresource_controls\fR(5) .SH NOTES -.sp .LP The valid signals that can be set on a resource control block allowing local actions are \fBSIGABRT\fR, \fBSIGXRES\fR, \fBSIGHUP\fR, \fBSIGSTOP\fR, |