=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/env/env.1,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/env/env.1 2010/09/29 07:44:56 1.18 --- src/usr.bin/env/env.1 2014/03/08 01:42:17 1.19 *************** *** 1,4 **** ! .\" $OpenBSD: env.1,v 1.18 2010/09/29 07:44:56 jmc Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: env.1,v 1.19 2014/03/08 01:42:17 schwarze Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" *************** *** 30,36 **** .\" .\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91 .\" ! .Dd $Mdocdate: September 29 2010 $ .Dt ENV 1 .Os .Sh NAME --- 30,36 ---- .\" .\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91 .\" ! .Dd $Mdocdate: March 8 2014 $ .Dt ENV 1 .Os .Sh NAME *************** *** 82,109 **** utility exits with one of the following values: .Bl -tag -width Ds .It 0 - .Ar utility - was invoked and completed successfully. - In this case the exit code is returned by the utility itself, not - .Nm . - If no utility was specified, then .Nm ! completed successfully and returned the exit code itself. .It 1 An invalid command line option was passed to ! .Nm . ! .It 1\(en125 .Ar utility ! was invoked but failed in some way; see its manual page for more information. - In this case the exit code is returned by the utility itself, not - .Nm . .It 126 .Ar utility ! was found but could not be invoked. .It 127 .Ar utility ! could not be found. .El .Sh SEE ALSO .Xr execvp 3 , --- 82,110 ---- utility exits with one of the following values: .Bl -tag -width Ds .It 0 .Nm ! completed successfully and, if ! .Ar utility ! was specified, it was invoked and completed successfully too. .It 1 An invalid command line option was passed to ! .Nm ! and .Ar utility ! was not invoked, or ! .Ar utility ! was invoked but failed with exit status 1. ! .It 2\(en125, 128\(en255 ! .Ar utility ! was invoked but failed with this exit status; see its manual page for more information. .It 126 .Ar utility ! was found but could not be invoked, or it was invoked but failed ! with exit status 126. .It 127 .Ar utility ! could not be found, or it was invoked but failed with exit status 127. .El .Sh SEE ALSO .Xr execvp 3 ,