=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/env/env.1,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/env/env.1 1999/06/05 01:21:23 1.5 +++ src/usr.bin/env/env.1 2000/03/05 20:09:22 1.6 @@ -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