diff options
Diffstat (limited to 'usr.bin/env/env.1')
-rw-r--r-- | usr.bin/env/env.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index 8eb1262301d..e8403ddd167 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: env.1,v 1.9 2003/06/03 02:56:07 millert Exp $ +.\" $OpenBSD: env.1,v 1.10 2003/06/10 09:12:10 jmc Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -93,7 +93,7 @@ The utility completed successfully. .It 1-125 The exit code returned from the -.Ar utility. +.Ar utility . .It 126 The utility specified by .Ar utility @@ -106,11 +106,11 @@ could not be found. .Sh SEE ALSO .Xr execvp 3 , .Xr environ 7 -.Sh COMPATIBILITY +.Sh STANDARDS The historic .Fl option has been deprecated but is still supported in this implementation. -.Sh STANDARDS +.Pp The .Nm utility conforms to |