summaryrefslogtreecommitdiffstats
path: root/man3/getpt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getpt.3')
-rw-r--r--man3/getpt.321
1 files changed, 9 insertions, 12 deletions
diff --git a/man3/getpt.3 b/man3/getpt.3
index c22316318..6434f9026 100644
--- a/man3/getpt.3
+++ b/man3/getpt.3
@@ -5,7 +5,7 @@
.\" Redistribute and modify at will.
.\" %%%LICENSE_END
.\"
-.TH getpt 3 2022-12-15 "Linux man-pages 6.03"
+.TH getpt 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
getpt \- open a new pseudoterminal master
.SH LIBRARY
@@ -43,32 +43,29 @@ to indicate the error.
.BR getpt ()
can fail with various errors described in
.BR open (2).
-.SH VERSIONS
-.BR getpt ()
-is provided since glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR getpt ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
-.SH STANDARDS
-.BR getpt ()
-is glibc-specific;
-use
+.SH VERSIONS
+Use
.BR posix_openpt (3)
instead.
+.SH STANDARDS
+GNU.
+.SH HISTORY
+glibc 2.1.
.SH SEE ALSO
.BR grantpt (3),
.BR posix_openpt (3),