diff options
Diffstat (limited to 'man3/getenv.3')
| -rw-r--r-- | man3/getenv.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getenv.3 b/man3/getenv.3 index 51918a9556..7e4b45542d 100644 --- a/man3/getenv.3 +++ b/man3/getenv.3 @@ -75,9 +75,6 @@ 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 ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). @@ -96,6 +93,9 @@ T} Thread safety MT-Safe env .hy .ad .sp 1 +.SH VERSIONS +.BR secure_getenv () +first appeared in glibc 2.17. .SH STANDARDS .BR getenv (): POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD. |
