summaryrefslogtreecommitdiffstats
path: root/usr.bin/env
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-01-23 23:08:45 +0000
committerjmc <jmc@openbsd.org>2004-01-23 23:08:45 +0000
commitd741230e7b4e47c7a58ee447629c69aaabc30319 (patch)
tree460a61e873c581e6430ed70706f29d3694e8ad4f /usr.bin/env
parentpermit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu (diff)
downloadwireguard-openbsd-d741230e7b4e47c7a58ee447629c69aaabc30319.tar.xz
wireguard-openbsd-d741230e7b4e47c7a58ee447629c69aaabc30319.zip
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'usr.bin/env')
-rw-r--r--usr.bin/env/env.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1
index e8403ddd167..51574c8d447 100644
--- a/usr.bin/env/env.1
+++ b/usr.bin/env/env.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: env.1,v 1.10 2003/06/10 09:12:10 jmc Exp $
+.\" $OpenBSD: env.1,v 1.11 2004/01/23 23:08:46 jmc Exp $
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -40,7 +40,7 @@
.Nm env
.Op Fl i
.Oo
-.Ar name Ns No = Ns Ar value ...
+.Ar name Ns = Ns Ar value ...
.Oc
.Oo
.Ar utility
@@ -53,7 +53,7 @@ executes
after modifying the environment as
specified on the command line.
The option
-.Ar name Ns No = Ns Ar value
+.Ar name Ns = Ns Ar value
specifies
an environment variable,
.Ar name ,
@@ -74,7 +74,7 @@ is specified,
.Nm
prints out the names and values
of the variables in the environment, with one
-.Ar name Ns No = Ns Ar value
+.Ar name Ns = Ns Ar value
pair per line.
.Sh DIAGNOSTICS
If the