summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/getenv.3
diff options
context:
space:
mode:
authorjmc <>2004-01-23 23:08:46 +0000
committerjmc <>2004-01-23 23:08:46 +0000
commit60556a3717eaeb3f1e6bd9dc6408d51a65650c73 (patch)
tree1cdb5d7da966f08ed67e4d5b60e523616a4e4a59 /src/lib/libc/stdlib/getenv.3
parent04646f76a198715c4000dc2cc4577313e1ace535 (diff)
downloadopenbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.tar.gz
openbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.tar.bz2
openbsd-60556a3717eaeb3f1e6bd9dc6408d51a65650c73.zip
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'src/lib/libc/stdlib/getenv.3')
-rw-r--r--src/lib/libc/stdlib/getenv.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getenv.3 b/src/lib/libc/stdlib/getenv.3
index 25c325307d..054004e1d8 100644
--- a/src/lib/libc/stdlib/getenv.3
+++ b/src/lib/libc/stdlib/getenv.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: getenv.3,v 1.8 2003/06/02 20:18:37 millert Exp $ 32.\" $OpenBSD: getenv.3,v 1.9 2004/01/23 23:08:46 jmc Exp $
33.\" 33.\"
34.Dd December 11, 1993 34.Dd December 11, 1993
35.Dt GETENV 3 35.Dt GETENV 3
@@ -87,7 +87,7 @@ is zero, the variable is not reset, otherwise it is reset to the given
87The 87The
88.Fn putenv 88.Fn putenv
89function takes an argument of the form 89function takes an argument of the form
90.Ar name Ns No = Ns Ar value 90.Ar name Ns = Ns Ar value
91and is equivalent to: 91and is equivalent to:
92.Bd -literal -offset indent 92.Bd -literal -offset indent
93setenv(name, value, 1); 93setenv(name, value, 1);