summaryrefslogtreecommitdiff
path: root/usr/src/man/man5/extendedFILE.5
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man5/extendedFILE.5')
-rw-r--r--usr/src/man/man5/extendedFILE.521
1 files changed, 7 insertions, 14 deletions
diff --git a/usr/src/man/man5/extendedFILE.5 b/usr/src/man/man5/extendedFILE.5
index db526d3bc0..9e07a05789 100644
--- a/usr/src/man/man5/extendedFILE.5
+++ b/usr/src/man/man5/extendedFILE.5
@@ -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 extendedFILE 5 "18 Apr 2006" "SunOS 5.11" "Standards, Environments, and Macros"
+.TH EXTENDEDFILE 5 "Apr 18, 2006"
.SH NAME
extendedFILE \- enable extended FILE facility usage
.SH SYNOPSIS
@@ -52,12 +52,10 @@ The following environment variables control the behavior of the extended FILE
facility.
.sp
.ne 2
-.mk
.na
\fB\fB_STDIO_BADFD\fR\fR
.ad
.RS 23n
-.rt
This variable takes an integer representing the lowest file descriptor, which
will be made unallocatable. This action provides a protection mechanism so that
applications that abuse interfaces do not experience silent data corruption.
@@ -66,12 +64,10 @@ The value must be between 3 and 255 inclusive.
.sp
.ne 2
-.mk
.na
\fB\fB_STDIO_BADFD_SIGNAL\fR\fR
.ad
.RS 23n
-.rt
This variable takes an integer or string representing any valid signal. See
\fBsignal.h\fR(3HEAD) for valid values or strings. This environment variable
causes the specified signal to be sent to the application if certain
@@ -139,12 +135,10 @@ LD_PRELOAD_32=/usr/lib/extendedFILE.so.1; export LD_PRELOAD_32
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/usr/lib/extendedFILE.so.1\fR\fR
.ad
.RS 30n
-.rt
enabling library
.RE
@@ -156,15 +150,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 StabilityStable
+Interface Stability Stable
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO