summaryrefslogtreecommitdiffstats
path: root/man3/opendir.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/opendir.3')
-rw-r--r--man3/opendir.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/opendir.3 b/man3/opendir.3
index 319ee400c..4ecbd62fd 100644
--- a/man3/opendir.3
+++ b/man3/opendir.3
@@ -10,7 +10,7 @@
.\" Modified Sat Jul 24 18:46:01 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified 11 June 1995 by Andries Brouwer (aeb@cwi.nl)
.\" 2007-07-30 Ulrich Drepper <drepper@redhat.com>: document fdopendir().
-.TH opendir 3 2022-12-15 "Linux man-pages 6.03"
+.TH opendir 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
opendir, fdopendir \- open a directory
.SH LIBRARY
@@ -89,32 +89,32 @@ Insufficient memory to complete the operation.
.TP
.B ENOTDIR
\fIname\fP is not a directory.
-.SH VERSIONS
-.BR fdopendir ()
-is available since glibc 2.4.
.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 opendir (),
.BR fdopendir ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
+POSIX.1-2008.
+.SH STANDARDS
+.TP
.BR opendir ()
-is present on SVr4, 4.3BSD, and specified in POSIX.1-2001.
+SVr4, 4.3BSD, POSIX.1-2001.
+.TP
.BR fdopendir ()
-is specified in POSIX.1-2008.
+POSIX.1-2008.
+glibc 2.4.
.SH NOTES
Filename entries can be read from a directory stream using
.BR readdir (3).