aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getenv.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getenv.3')
-rw-r--r--man3/getenv.33
1 files changed, 0 insertions, 3 deletions
diff --git a/man3/getenv.3 b/man3/getenv.3
index 0d6b836322..d122f78e97 100644
--- a/man3/getenv.3
+++ b/man3/getenv.3
@@ -88,18 +88,15 @@ The
.BR getenv ()
function returns a pointer to the value in the
environment, or NULL if there is no match.
-
.SH VERSIONS
.BR secure_getenv ()
first appeared in glibc 2.17.
-
.SH "CONFORMING TO"
.BR getenv ():
SVr4, POSIX.1-2001, 4.3BSD, C89, C99.
.BR secure_getenv ()
is a GNU extension.
-
.SH NOTES
The strings in the environment list are of the form \fIname=value\fP.