diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/env/env.1 | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
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 5f1ac9f5531..8542137fa72 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: env.1,v 1.7 2000/09/15 07:13:48 deraadt Exp $ +.\" $OpenBSD: env.1,v 1.8 2000/11/10 05:10:24 aaron Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -107,13 +107,13 @@ The utility specified by .Ar utility could not be found. .El +.Sh SEE ALSO +.Xr execvp 3 , +.Xr environ 7 .Sh COMPATIBILITY The historic .Fl option has been deprecated but is still supported in this implementation. -.Sh SEE ALSO -.Xr execvp 3 , -.Xr environ 7 .Sh STANDARDS The .Nm |