summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getenv.3
AgeCommit message (Expand)Author
2014-07-11better document perils of setuid getenv and xr with issetugidTed Unangst
2014-04-21Correctly document the return value of getenv(3)Philip Guenther
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2012-09-23Make setenv(3) consistent with unsetenv(3), giving EINVAL if passedJeremy Evans
2012-06-02Update STANDARDS section for a few <stdlib.h> functionsPhilip Guenthe
2011-04-27Tweak the description of the optional parts around =. Found this in myOtto Moerbeek
2010-07-06Document new unsetenv() error returns.Christian Weisgerber
2010-03-10It's unsetenv() that doesn't like `=' in the argument, not putenv().Matthias Kilian
2009-06-03Make putenv(), setenv() and unsetenv() standards compliant. TheTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2005-07-26- typos, punctuation, layout, macro tweaksJared Yanovich
2005-05-11Update HISTORY fixing some facts, while it is not clear if theOtto Moerbeek
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2000-04-20Flesh out stdlib function man pages.Aaron Campbell
1999-09-06succesful -> successfulAaron Campbell
1999-06-29first round of repairs on stdlibAaron Campbell
1999-05-25punctuationAaron Campbell
1998-11-10getenv() result is read-only, unless you're looking for trouble.Marc Espie
1996-08-10Minor formatting fixes from Lite2Thorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt