diff options
| -rw-r--r-- | man/man3/ptsname.3 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/man/man3/ptsname.3 b/man/man3/ptsname.3 index 0049449d2e..aba9d7cc82 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), |
