summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getenv.3
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2012-06-02 00:14:16 +0000
committerguenther <guenther@openbsd.org>2012-06-02 00:14:16 +0000
commite17cce25c04f3087097908abd765af49a3cc54cb (patch)
tree7d3051d739ceb64ee1f6f0ead9daa5151c8078ca /lib/libc/stdlib/getenv.3
parentDelete diagnostic code that reports timeout adjustments on resume. (diff)
downloadwireguard-openbsd-e17cce25c04f3087097908abd765af49a3cc54cb.tar.xz
wireguard-openbsd-e17cce25c04f3087097908abd765af49a3cc54cb.zip
Update STANDARDS section for a few <stdlib.h> functions
Update SYNOPSIS for setkey() to show it's in <stdlib.h> ok jmc@, millert@
Diffstat (limited to 'lib/libc/stdlib/getenv.3')
-rw-r--r--lib/libc/stdlib/getenv.311
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index 9da27ec11cf..8c2b633f257 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getenv.3,v 1.16 2011/04/27 13:40:15 otto Exp $
+.\" $OpenBSD: getenv.3,v 1.17 2012/06/02 00:14:16 guenther Exp $
.\"
-.Dd $Mdocdate: April 27 2011 $
+.Dd $Mdocdate: June 2 2012 $
.Dt GETENV 3
.Os
.Sh NAME
@@ -161,6 +161,13 @@ The
.Fn getenv
function conforms to
.St -ansiC .
+The
+.Fn putenv ,
+.Fn setenv ,
+and
+.Fn unsetenv
+functions conform to
+.St -p1003.1-2008 .
.Sh HISTORY
The function
.Fn getenv