=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/env/env.1,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/env/env.1 1996/06/26 05:32:39 1.3 --- src/usr.bin/env/env.1 1998/09/23 04:32:39 1.4 *************** *** 1,4 **** ! .\" $OpenBSD: env.1,v 1.3 1996/06/26 05:32:39 deraadt Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" --- 1,4 ---- ! .\" $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,52 **** .Op Ar name=value ... .Oo .Ar utility ! .Op argument ... .Oc .Sh DESCRIPTION .Nm env --- 46,52 ---- .Op Ar name=value ... .Oo .Ar utility ! .Op Ar argument ... .Oc .Sh DESCRIPTION .Nm env *************** *** 60,67 **** .Ar name , with a value of .Ar value . ! The option ! .Sq Fl i causes .Nm env to completely ignore the environment --- 60,68 ---- .Ar name , with a value of .Ar value . ! The ! .Fl i ! option causes .Nm env to completely ignore the environment *************** *** 81,87 **** is invoked, the exit status of .Nm env shall be the exit status of ! .Ar utility; otherwise, the .Nm env utility exits with one of the following values: --- 82,88 ---- is invoked, the exit status of .Nm env shall be the exit status of ! .Ar utility ; otherwise, the .Nm env utility exits with one of the following values: *************** *** 89,95 **** .It 0 The .Nm env ! utility completed successfully .It 1-125 An error occurred in the .Nm env --- 90,96 ---- .It 0 The .Nm env ! utility completed successfully. .It 1-125 An error occurred in the .Nm env *************** *** 116,123 **** utility conforms to .St -p1003.2-92 . .Sh BUGS ! .Nm Env doesn't handle commands with equal ! .Pq Dq = signs in their names, for obvious reasons. --- 117,124 ---- utility conforms to .St -p1003.2-92 . .Sh BUGS ! .Nm env doesn't handle commands with equal ! .Pq Sq = signs in their names, for obvious reasons.