]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/ptsname.3: Mention ptsname_r() was standardized in POSIX-1.2024
authorCollin Funk <collin.funk1@gmail.com>
Sat, 17 May 2025 20:53:04 +0000 (13:53 -0700)
committerAlejandro Colomar <alx@kernel.org>
Sun, 27 Jul 2025 11:12:05 +0000 (13:12 +0200)
Signed-off-by: Collin Funk <collin.funk1@gmail.com>
Message-ID: <883d4a9b8cfb757a080710cf0133be5d0e12adce.1747515178.git.collin.funk1@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/ptsname.3

index db9e995afa88ae7aa6fd57f56625ed099cc67f80..5b4c007f89420aa3525ecb3d35bd474c649207d4 100644 (file)
@@ -120,13 +120,9 @@ Avoid using this function in portable programs.
 .TP
 .BR ptsname ():
 POSIX.1-2008.
-.P
-.BR ptsname_r ()
-is a Linux extension, that is proposed for inclusion
-.\" FIXME . for later review when Issue 8 is one day released
-.\" http://austingroupbugs.net/tag_view_page.php?tag_id=8
-.\" http://austingroupbugs.net/view.php?id=508
-in the next major revision of POSIX.1 (Issue 8).
+.TP
+.BR ptsname_r ():
+POSIX.1-2024.
 .SH HISTORY
 .TP
 .BR ptsname ():
@@ -136,6 +132,9 @@ glibc 2.1.
 .BR ptsname ()
 is part of the UNIX 98 pseudoterminal support (see
 .BR pts (4)).
+.TP
+.BR ptsname_r ():
+GNU.
 .SH SEE ALSO
 .BR grantpt (3),
 .BR posix_openpt (3),