summaryrefslogtreecommitdiff
path: root/usr/src/man/man3tsol/getpathbylabel.3tsol
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3tsol/getpathbylabel.3tsol')
-rw-r--r--usr/src/man/man3tsol/getpathbylabel.3tsol29
1 files changed, 7 insertions, 22 deletions
diff --git a/usr/src/man/man3tsol/getpathbylabel.3tsol b/usr/src/man/man3tsol/getpathbylabel.3tsol
index 01669d0bfc..60bf476141 100644
--- a/usr/src/man/man3tsol/getpathbylabel.3tsol
+++ b/usr/src/man/man3tsol/getpathbylabel.3tsol
@@ -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 getpathbylabel 3TSOL "20 Jul 2007" "SunOS 5.11" "Trusted Extensions Library Functions"
+.TH GETPATHBYLABEL 3TSOL "Jul 20, 2007"
.SH NAME
getpathbylabel \- return the zone pathname
.SH SYNOPSIS
@@ -48,69 +48,57 @@ The \fBgetpathbylabel()\fR function returns a pointer to the
The \fBgetpathbylabel()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEACCES\fR\fR
.ad
.RS 16n
-.rt
Search permission is denied for a component of the path prefix of \fIpath\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEFAULT\fR\fR
.ad
.RS 16n
-.rt
\fIresolved_path\fR extends outside the process's allocated address space or
beyond \fIbufsize\fR bytes.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 16n
-.rt
\fIpath\fR or \fIresolved_path\fR was \fINULL\fR, current zone is not the
global zone, or \fIsl\fR is invalid.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEIO\fR\fR
.ad
.RS 16n
-.rt
An \fBI/O\fR error occurred while reading from or writing to the file system.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBELOOP\fR\fR
.ad
.RS 16n
-.rt
Too many symbolic links were encountered in translating \fIpath\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBENAMETOOLONG\fR\fR
.ad
.RS 16n
-.rt
The length of the path argument exceeds \fIPATH_MAX\fR, or a pathname component
is longer than \fINAME_MAX\fR (see \fBsysconf\fR(3C)) while
\fB_POSIX_NO_TRUNC\fR is in effect (see \fBpathconf\fR(2)).
@@ -118,12 +106,10 @@ is longer than \fINAME_MAX\fR (see \fBsysconf\fR(3C)) while
.sp
.ne 2
-.mk
.na
\fB\fBENOENT\fR\fR
.ad
.RS 16n
-.rt
The named file does not exist.
.RE
@@ -135,15 +121,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 StabilityCommitted
+Interface Stability Committed
_
-MT-LevelMT-Safe
+MT-Level MT-Safe
.TE
.SH SEE ALSO