summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/rctlblk_set_value.3c
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2011-10-03 04:36:40 -0700
committerYuri Pankov <yuri.pankov@nexenta.com>2011-10-03 04:36:40 -0700
commited22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab (patch)
tree3b2f488c4a03bda877119449bd63c01fa32aa6f2 /usr/src/man/man3c/rctlblk_set_value.3c
parentaf8dc4373b25cce2c0bbb80f24e791f99eccbb6f (diff)
downloadillumos-gate-ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab.tar.gz
1502 Remove conversion cruft from manpages
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
Diffstat (limited to 'usr/src/man/man3c/rctlblk_set_value.3c')
-rw-r--r--usr/src/man/man3c/rctlblk_set_value.3c53
1 files changed, 7 insertions, 46 deletions
diff --git a/usr/src/man/man3c/rctlblk_set_value.3c b/usr/src/man/man3c/rctlblk_set_value.3c
index a89ac7fb5c..dfde32278b 100644
--- a/usr/src/man/man3c/rctlblk_set_value.3c
+++ b/usr/src/man/man3c/rctlblk_set_value.3c
@@ -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 rctlblk_set_value 3C "15 May 2006" "SunOS 5.11" "Standard C Library Functions"
+.TH RCTLBLK_SET_VALUE 3C "May 15, 2006"
.SH NAME
rctlblk_set_value, rctlblk_get_firing_time, rctlblk_get_global_action,
rctlblk_get_global_flags, rctlblk_get_local_action, rctlblk_get_local_flags,
@@ -112,24 +112,20 @@ listed in the table below. Global flags are generally a published property of
the control and are not modifiable.
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_DENY_ALWAYS\fR\fR
.ad
.RS 28n
-.rt
The action taken when a control value is exceeded on this control will always
include denial of the resource.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_DENY_NEVER\fR\fR
.ad
.RS 28n
-.rt
The action taken when a control value is exceeded on this control will always
exclude denial of the resource; the resource will always be granted, although
other actions can also be taken.
@@ -137,104 +133,86 @@ other actions can also be taken.
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_SIGNAL_NEVER\fR\fR
.ad
.RS 28n
-.rt
No signal actions are permitted on this control.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_CPU_TIME\fR\fR
.ad
.RS 28n
-.rt
The valid signals available as local actions include the \fBSIGXCPU\fR signal.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_FILE_SIZE\fR\fR
.ad
.RS 28n
-.rt
The valid signals available as local actions include the \fBSIGXFSZ\fR signal.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_INFINITE\fR\fR
.ad
.RS 28n
-.rt
This resource control supports the concept of an unlimited value; generally
true only of accumulation-oriented resources, such as CPU time.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_LOWERABLE\fR\fR
.ad
.RS 28n
-.rt
Non-privileged callers are able to lower the value of privileged resource
control values on this control.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_NOACTION\fR\fR
.ad
.RS 28n
-.rt
No global action will be taken when a resource control value is exceeded on
this control.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_NOBASIC\fR\fR
.ad
.RS 28n
-.rt
No values with the \fBRCPRIV_BASIC\fR privilege are permitted on this control.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_SYSLOG\fR\fR
.ad
.RS 28n
-.rt
A standard message will be logged by the \fBsyslog\fR(3C) facility when any
resource control value on a sequence associated with this control is exceeded.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_SYSLOG_NEVER\fR\fR
.ad
.RS 28n
-.rt
The resource control does not support the \fBsyslog()\fR global action.
Exceeding a resource control value on this control will not result in a message
logged by the \fBsyslog()\fR facility.
@@ -242,12 +220,10 @@ logged by the \fBsyslog()\fR facility.
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_UNOBSERVABLE\fR\fR
.ad
.RS 28n
-.rt
The resource control (generally on a task- or project-related control) does not
support observational control values. An \fBRCPRIV_BASIC\fR privileged control
value placed by a process on the task or process will generate an action only
@@ -256,34 +232,28 @@ if the value is exceeded by that process.
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_BYTES\fR\fR
.ad
.RS 28n
-.rt
This resource control represents a number of bytes.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_SECONDS\fR\fR
.ad
.RS 28n
-.rt
This resource control represents a quantity of time in seconds.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_GLOBAL_COUNT\fR\fR
.ad
.RS 28n
-.rt
This resource control represents an integer count.
.RE
@@ -301,12 +271,10 @@ signals is made available for normal use by the resource control facility:
specific control. Calls to \fBsetrctl()\fR with illegal signals will fail.
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_LOCAL_DENY\fR\fR
.ad
.RS 23n
-.rt
When this resource control value is encountered, the request for the resource
will be denied. Set on all values if \fBRCTL_GLOBAL_DENY_ALWAYS\fR is set for
this control; cleared on all values if \fBRCTL_GLOBAL_DENY_NEVER\fR is set for
@@ -315,12 +283,10 @@ this control.
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_LOCAL_MAXIMAL\fR\fR
.ad
.RS 23n
-.rt
This resource control value represents a request for the maximum amount of
resource for this control. If \fBRCTL_GLOBAL_INFINITE\fR is set for this
resource control, \fBRCTL_LOCAL_MAXIMAL\fR indicates an unlimited resource
@@ -329,23 +295,19 @@ control value, one that will never be exceeded.
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_LOCAL_NOACTION\fR\fR
.ad
.RS 23n
-.rt
No local action will be taken when this resource control value is exceeded.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBRCTL_LOCAL_SIGNAL\fR\fR
.ad
.RS 23n
-.rt
The specified signal, sent by \fBrctlblk_set_local_action()\fR, will be sent to
the process that placed this resource control value in the value sequence. This
behavior is also true for signal actions on project and task resource controls.
@@ -464,15 +426,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityEvolving
+Interface Stability Evolving
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO