]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/getenv.3: Mention secure_getenv() was standardized in POSIX-1.2024
authorCollin Funk <collin.funk1@gmail.com>
Sat, 17 May 2025 22:10:41 +0000 (15:10 -0700)
committerAlejandro Colomar <alx@kernel.org>
Sun, 27 Jul 2025 11:12:06 +0000 (13:12 +0200)
Signed-off-by: Collin Funk <collin.funk1@gmail.com>
Message-ID: <2d55b75480ae862a622ac46e7e6c7628f6efc45d.1747519811.git.collin.funk1@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/getenv.3

index 6e194a2b65098d34d5242acfd0af12054e5b4abd..d2e0f5214431e4ac4964f6f36bee19f91940e6c9 100644 (file)
@@ -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 .