diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 04:32:40 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 04:32:40 +0000 |
commit | a2d8aa4124f4856d7675a1cd268dc5a1f1e22350 (patch) | |
tree | 14844c4c8389307d49f87dc4e204b8e859bcbc9c /usr.bin/env/env.1 | |
parent | b7253ab25580c3ade3e0f9b14e52111cda23a6a4 (diff) |
usr.bin/ man page repairs, a - e
Diffstat (limited to 'usr.bin/env/env.1')
-rw-r--r-- | usr.bin/env/env.1 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index a4e86efecba..333395b881d 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: env.1,v 1.3 1996/06/26 05:32:39 deraadt Exp $ +.\" $OpenBSD: env.1,v 1.4 1998/09/23 04:32:39 aaron Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -46,7 +46,7 @@ .Op Ar name=value ... .Oo .Ar utility -.Op argument ... +.Op Ar argument ... .Oc .Sh DESCRIPTION .Nm env @@ -60,8 +60,9 @@ an environment variable, .Ar name , with a value of .Ar value . -The option -.Sq Fl i +The +.Fl i +option causes .Nm env to completely ignore the environment @@ -81,7 +82,7 @@ If the is invoked, the exit status of .Nm env shall be the exit status of -.Ar utility; +.Ar utility ; otherwise, the .Nm env utility exits with one of the following values: @@ -89,7 +90,7 @@ utility exits with one of the following values: .It 0 The .Nm env -utility completed successfully +utility completed successfully. .It 1-125 An error occurred in the .Nm env @@ -116,8 +117,8 @@ The utility conforms to .St -p1003.2-92 . .Sh BUGS -.Nm Env +.Nm env doesn't handle commands with equal -.Pq Dq = +.Pq Sq = signs in their names, for obvious reasons. |