summaryrefslogtreecommitdiff
path: root/usr.bin/env
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-05 20:09:23 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-05 20:09:23 +0000
commit9e8a79a11a25843a5b1f887e9dea08593a7f1886 (patch)
tree3ea2881ff918d06e503425cb50844403f1f8762a /usr.bin/env
parent5f11dae5029c2844c96130eb16d99769ea137c83 (diff)
Various improvements, including a few HISTORY sections added from FreeBSD.
Diffstat (limited to 'usr.bin/env')
-rw-r--r--usr.bin/env/env.122
1 files changed, 12 insertions, 10 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1
index 66c1e0752e8..2e24aaf0a31 100644
--- a/usr.bin/env/env.1
+++ b/usr.bin/env/env.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: env.1,v 1.5 1999/06/05 01:21:23 aaron Exp $
+.\" $OpenBSD: env.1,v 1.6 2000/03/05 20:09:22 aaron Exp $
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -55,20 +55,22 @@
executes
.Ar utility
after modifying the environment as
-specified on the command line. The option
+specified on the command line.
+The option
.Ar name Ns No = Ns Ar value
specifies
an environment variable,
-.Ar name ,
+.Ar name ,
with a value of
-.Ar value .
-The
-.Fl i
-option
-causes
+.Ar value .
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl i
+Causes
.Nm
-to completely ignore the environment
-it inherits.
+to completely ignore the environment it inherits.
+.El
.Pp
If no
.Ar utility