From: Collin Funk Date: Sat, 17 May 2025 22:10:41 +0000 (-0700) Subject: man/man3/getenv.3: Mention secure_getenv() was standardized in POSIX-1.2024 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=090419daf858c5e8f4b8011d4df3c6c0491069d2;p=thirdparty%2Fman-pages.git man/man3/getenv.3: Mention secure_getenv() was standardized in POSIX-1.2024 Signed-off-by: Collin Funk Message-ID: <2d55b75480ae862a622ac46e7e6c7628f6efc45d.1747519811.git.collin.funk1@gmail.com> Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/getenv.3 b/man/man3/getenv.3 index 6e194a2b6..d2e0f5214 100644 --- a/man/man3/getenv.3 +++ b/man/man3/getenv.3 @@ -36,7 +36,7 @@ and returns a pointer to the corresponding .I value string. .P -The GNU-specific +The .BR secure_getenv () function is just like .BR getenv () @@ -88,14 +88,14 @@ T} Thread safety MT-Safe env C11, POSIX.1-2008. .TP .BR secure_getenv () -GNU. +POSIX.1-2024. .SH HISTORY .TP .BR getenv () POSIX.1-2001, C89, C99, SVr4, 4.3BSD. .TP .BR secure_getenv () -glibc 2.17. +POSIX.1-2024, glibc 2.17. .SH NOTES The strings in the environment list are of the form .IR name=value .