summaryrefslogtreecommitdiff
path: root/usr/src/man/man3scf/scf_limit.3scf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3scf/scf_limit.3scf')
-rw-r--r--usr/src/man/man3scf/scf_limit.3scf23
1 files changed, 8 insertions, 15 deletions
diff --git a/usr/src/man/man3scf/scf_limit.3scf b/usr/src/man/man3scf/scf_limit.3scf
index 4181752aea..59f39e9559 100644
--- a/usr/src/man/man3scf/scf_limit.3scf
+++ b/usr/src/man/man3scf/scf_limit.3scf
@@ -3,13 +3,13 @@
.\" 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 scf_limit 3SCF "17 Aug 2004" "SunOS 5.11" "Service Configuration Facility Library Functions"
+.TH SCF_LIMIT 3SCF "Aug 17, 2004"
.SH NAME
scf_limit \- limit information for Service Configuration Facility
.SH SYNOPSIS
.LP
.nf
-cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lscf\fR [ \fIlibrary\fR\&.\|.\|. ]
+cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lscf\fR [ \fIlibrary\fR\&.\|.\|. ]
#include <libscf.h>
\fBssize_t\fR \fBscf_limit\fR(\fBuint32_t\fR \fIname\fR);
@@ -27,7 +27,6 @@ the execution of a program, but they should not be cached between executions.
The available values for \fIname\fR are:
.sp
.ne 2
-.mk
.na
\fB\fBSCF_LIMIT_MAX_FMRI_LENGTH\fR\fR
.ad
@@ -39,7 +38,6 @@ accepts.
.sp
.ne 2
-.mk
.na
\fB\fBSCF_LIMIT_MAX_PG_TYPE_LENGTH\fR\fR
.ad
@@ -51,7 +49,6 @@ facility.
.sp
.ne 2
-.mk
.na
\fB\fBSCF_LIMIT_MAX_NAME_LENGTH\fR\fR
.ad
@@ -63,7 +60,6 @@ value does not include space for the required terminating null byte.
.sp
.ne 2
-.mk
.na
\fB\fBSCF_LIMIT_MAX_VALUE_LENGTH\fR\fR
.ad
@@ -87,12 +83,10 @@ Otherwise, it returns -1.
The \fBscf_limit()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBSCF_ERROR_INVALID_ARGUMENT\fR\fR
.ad
.RS 30n
-.rt
The \fIname\fR argument is not a recognized request.
.RE
@@ -107,15 +101,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