diff options
Diffstat (limited to 'usr/src/man/man1/env.1')
| -rw-r--r-- | usr/src/man/man1/env.1 | 48 |
1 files changed, 14 insertions, 34 deletions
diff --git a/usr/src/man/man1/env.1 b/usr/src/man/man1/env.1 index 6294786a5e..3c8612c0a8 100644 --- a/usr/src/man/man1/env.1 +++ b/usr/src/man/man1/env.1 @@ -1,13 +1,13 @@ '\" te .\" Copyright 1989 AT&T Copyright (c) 1992, X/Open Company Limited All Rights Reserved Portions Copyright (c) 2002, Sun Microsystems, Inc. All Rights Reserved -.\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at +.\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at .\" http://www.opengroup.org/bookstore/. .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html. .\" This notice shall appear on any product containing this material. .\" 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 env 1 "2 Jan 2002" "SunOS 5.11" "User Commands" +.TH ENV 1 "Jan 2, 2002" .SH NAME env \- set environment for command invocation .SH SYNOPSIS @@ -18,7 +18,7 @@ env \- set environment for command invocation .LP .nf -\fB/usr/xpg4/bin/env\fR [\fB-i\fR | \fB-\fR] [\fIname=value\fR]... +\fB/usr/xpg4/bin/env\fR [\fB-i\fR | \fB-\fR] [\fIname=value\fR]... [\fIutility\fR [\fIarg\fR... ]] .fi @@ -43,12 +43,10 @@ If \fBenv\fR executes commands with arguments, it uses the default shell The following options are supported: .sp .ne 2 -.mk .na \fB\fB-i\fR | \fB\(mi\fR \fR .ad .RS 14n -.rt Ignores the environment that would otherwise be inherited from the current shell. Restricts the environment for \fIutility\fR to that specified by the arguments. @@ -60,12 +58,10 @@ arguments. The following operands are supported: .sp .ne 2 -.mk .na \fB\fIname\fR\fB=\fR\fIvalue\fR \fR .ad .RS 15n -.rt Arguments of the form \fIname\fR\fB=\fR\fIvalue\fR modify the execution environment, and are placed into the inherited environment before \fIutility\fR is invoked. @@ -73,24 +69,20 @@ is invoked. .sp .ne 2 -.mk .na \fB\fIutility\fR \fR .ad .RS 15n -.rt The name of the utility to be invoked. If \fIutility\fR names any of the special shell built-in utilities, the results are undefined. .RE .sp .ne 2 -.mk .na \fB\fIarg\fR \fR .ad .RS 15n -.rt A string to pass as an argument for the invoked utility. .RE @@ -123,12 +115,10 @@ that affect the execution of \fBenv\fR: \fBLANG\fR, \fBLC_ALL\fR, \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR. .sp .ne 2 -.mk .na \fB\fBPATH\fR\fR .ad .RS 8n -.rt Determine the location of the \fIutility\fR. If \fBPATH\fR is specified as a \fIname\fR=\fIvalue\fR operand to \fBenv\fR, the value given shall be used in the search for \fIutility\fR. @@ -142,45 +132,37 @@ If \fIutility\fR is invoked, the exit status of \fBenv\fR is the exit status of exit values: .sp .ne 2 -.mk .na \fB\fB0\fR \fR .ad .RS 10n -.rt Successful completion. .RE .sp .ne 2 -.mk .na \fB\fB1-125\fR \fR .ad .RS 10n -.rt An error occurred. .RE .sp .ne 2 -.mk .na \fB\fB126\fR \fR .ad .RS 10n -.rt \fIutility\fR was found but could not be invoked. .RE .sp .ne 2 -.mk .na \fB\fB127\fR \fR .ad .RS 10n -.rt \fIutility\fR could not be found. .RE @@ -193,13 +175,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 _ -CSIenabled +CSI enabled .TE .SS "/usr/xpg4/bin" @@ -207,15 +188,14 @@ CSIenabled .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 _ -CSIenabled +CSI enabled _ -Interface StabilityStandard +Interface Stability Standard .TE .SH SEE ALSO |
