summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-06-28 09:23:39 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-06-28 09:23:39 +0000
commit6ec9d03768dd9a123e4e7e7492db9aee73fce1c6 (patch)
treebf7ce7d5ac6f14dd35f53e6c7135843b721126bc
parent579abfd8954b5993725d227aa50167546e333009 (diff)
Notes
-rw-r--r--usr.bin/env/env.c2
-rw-r--r--usr.bin/printenv/printenv.112
2 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c
index 50a31b39392d..a9554577cb3f 100644
--- a/usr.bin/env/env.c
+++ b/usr.bin/env/env.c
@@ -92,6 +92,6 @@ static void
usage()
{
(void)fprintf(stderr,
- "usage: env [-] [-i] [name=value ...] [utility [argument ...]]\n");
+ "usage: env [-i] [name=value ...] [utility [argument ...]]\n");
exit(1);
}
diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1
index a30bb5bb319e..120918afd0ad 100644
--- a/usr.bin/printenv/printenv.1
+++ b/usr.bin/printenv/printenv.1
@@ -44,7 +44,6 @@
.Nm
.Op Ar name
.Nm env
-.Op Fl
.Op Fl i
.Op Ar name Ns = Ns Ar value ...
.Op Ar utility Oo Ar argument ... Oc
@@ -89,10 +88,6 @@ The environment inherited
by
.Nm env
is ignored completely.
-.It Fl
-Identical to the
-.Fl i
-option, available for backward compatibility.
.El
.Pp
If no utility is specified,
@@ -129,6 +124,13 @@ was found, but could not be executed.
An exit status of 127 indicates
.Ar utility
could not be found.
+.Sh COMPATIBILITY
+The
+.Nm env
+utility accepts the
+.Fl
+option as a synonym for
+.Fl i .
.Sh SEE ALSO
.Xr csh 1 ,
.Xr sh 1 ,