diff options
author | 2004-01-23 23:08:45 +0000 | |
---|---|---|
committer | 2004-01-23 23:08:45 +0000 | |
commit | d741230e7b4e47c7a58ee447629c69aaabc30319 (patch) | |
tree | 460a61e873c581e6430ed70706f29d3694e8ad4f /share/man/man7/environ.7 | |
parent | permit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu (diff) | |
download | wireguard-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 'share/man/man7/environ.7')
-rw-r--r-- | share/man/man7/environ.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7 index c8432a8649b..ae1a7d7d62e 100644 --- a/share/man/man7/environ.7 +++ b/share/man/man7/environ.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: environ.7,v 1.12 2003/06/02 23:30:14 millert Exp $ +.\" $OpenBSD: environ.7,v 1.13 2004/01/23 23:08:46 jmc Exp $ .\" $NetBSD: environ.7,v 1.4 1995/07/03 19:45:07 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -45,7 +45,7 @@ is made available by .Xr execve 2 when a process begins. By convention these strings have the form -.Ar name Ns No = Ns Ar value . +.Ar name Ns = Ns Ar value . The following variables are recognized by various commands: .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE @@ -173,7 +173,7 @@ Deprecated synonym of Further names may be placed in the environment by the .Ic export command and -.Ar name Ns No = Ns Ar value +.Ar name Ns = Ns Ar value arguments in .Xr sh 1 , or by the |