diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/env | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/env')
-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 |