index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
getenv.3
Age
Commit message (
Expand
)
Author
2014-07-11
better document perils of setuid getenv and xr with issetugid
Ted Unangst
2014-04-21
Correctly document the return value of getenv(3)
Philip Guenther
2013-06-05
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Ted Unangst
2012-09-23
Make setenv(3) consistent with unsetenv(3), giving EINVAL if passed
Jeremy Evans
2012-06-02
Update STANDARDS section for a few <stdlib.h> functions
Philip Guenthe
2011-04-27
Tweak the description of the optional parts around =. Found this in my
Otto Moerbeek
2010-07-06
Document new unsetenv() error returns.
Christian Weisgerber
2010-03-10
It's unsetenv() that doesn't like `=' in the argument, not putenv().
Matthias Kilian
2009-06-03
Make putenv(), setenv() and unsetenv() standards compliant. The
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2005-07-26
- typos, punctuation, layout, macro tweaks
Jared Yanovich
2005-05-11
Update HISTORY fixing some facts, while it is not clear if the
Otto Moerbeek
2004-01-23
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
Jason McIntyre
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2000-04-20
Flesh out stdlib function man pages.
Aaron Campbell
1999-09-06
succesful -> successful
Aaron Campbell
1999-06-29
first round of repairs on stdlib
Aaron Campbell
1999-05-25
punctuation
Aaron Campbell
1998-11-10
getenv() result is read-only, unless you're looking for trouble.
Marc Espie
1996-08-10
Minor formatting fixes from Lite2
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt