diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 04:41:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-30 04:41:36 +0000 |
commit | da024d08640ec7bd74b5283712b0f2a1b09bf53e (patch) | |
tree | be577cb67939587578554ad352c8d88f488711b3 /usr.bin/env | |
parent | 277a4ab0979c704b527d8b13888d4ecf8f581f43 (diff) |
- use a consistent text for STANDARDS
- note which options are extensions to POSIX
Diffstat (limited to 'usr.bin/env')
-rw-r--r-- | usr.bin/env/env.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index c850fcf6508..cfe02690106 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: env.1,v 1.14 2007/05/20 23:15:57 jmc Exp $ +.\" $OpenBSD: env.1,v 1.15 2007/05/30 04:41:33 jmc Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -108,14 +108,15 @@ could not be found. .Xr execvp 3 , .Xr environ 7 .Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp The historic .Fl option has been deprecated but is still supported in this implementation. -.Pp -The -.Nm -utility conforms to -.St -p1003.2-92 . .Sh BUGS .Nm doesn't handle commands with equal |