From: Collin Funk Date: Sat, 17 May 2025 20:53:04 +0000 (-0700) Subject: man/man3/ptsname.3: Mention ptsname_r() was standardized in POSIX-1.2024 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b4753ac1c54e5e8d0f9ad186cbd34633c975c8;p=thirdparty%2Fman-pages.git man/man3/ptsname.3: Mention ptsname_r() was standardized in POSIX-1.2024 Signed-off-by: Collin Funk Message-ID: <883d4a9b8cfb757a080710cf0133be5d0e12adce.1747515178.git.collin.funk1@gmail.com> Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/ptsname.3 b/man/man3/ptsname.3 index db9e995af..5b4c007f8 100644 --- a/man/man3/ptsname.3 +++ b/man/man3/ptsname.3 @@ -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),