summaryrefslogtreecommitdiff
path: root/usr/src/man/man1/builtin.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1/builtin.1')
-rw-r--r--usr/src/man/man1/builtin.125
1 files changed, 6 insertions, 19 deletions
diff --git a/usr/src/man/man1/builtin.1 b/usr/src/man/man1/builtin.1
index fdf651aa9e..1625cf2551 100644
--- a/usr/src/man/man1/builtin.1
+++ b/usr/src/man/man1/builtin.1
@@ -2,7 +2,7 @@
.\" Copyright (c) 1982-2007 AT&T Knowledge Ventures
.\" To view license terms, see http://www.opensource.org/licenses/cpl1.0.txt
.\" Portions Copyright (c) 2007, Sun Microsystems, Inc.
-.TH builtin 1 "1 May 2007" "SunOS 5.11" "User Commands"
+.TH BUILTIN 1 "May 1, 2007"
.SH NAME
builtin \- ksh93 built-in function to add, delete, or display shell built-ins
.SH SYNOPSIS
@@ -55,23 +55,19 @@ shell.
The following options are supported:
.sp
.ne 2
-.mk
.na
\fB\fB-d\fR\fR
.ad
.RS 10n
-.rt
Delete each of the specified built-ins. Special built-ins cannot be deleted.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-f\fR \fIlib\fR\fR
.ad
.RS 10n
-.rt
On systems with dynamic linking, load and search for built-ins in the shared
library, \fIlib\fR.
.sp
@@ -85,12 +81,10 @@ the reverse order in which they are specified.
.sp
.ne 2
-.mk
.na
\fB\fB-s\fR\fR
.ad
.RS 10n
-.rt
Display only the special built-ins.
.RE
@@ -100,12 +94,10 @@ Display only the special built-ins.
The following operands are supported:
.sp
.ne 2
-.mk
.na
\fB\fIpathname\fR\fR
.ad
.RS 12n
-.rt
Specifies the \fIpathname\fR. The basename of the pathname determines the name
of the built-in.
.RE
@@ -116,23 +108,19 @@ of the built-in.
The following exit values are returned:
.sp
.ne 2
-.mk
.na
\fB\fB0\fR\fR
.ad
.RS 6n
-.rt
Successful completion.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB>0\fR\fR
.ad
.RS 6n
-.rt
An error occurred.
.RE
@@ -164,13 +152,12 @@ 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 StabilityUncommitted
+Interface Stability Uncommitted
.TE
.SH SEE ALSO