summaryrefslogtreecommitdiffstats
path: root/man2/readdir.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/readdir.2')
-rw-r--r--man2/readdir.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/readdir.2 b/man2/readdir.2
index 3faff8aca..6b06ff435 100644
--- a/man2/readdir.2
+++ b/man2/readdir.2
@@ -7,7 +7,7 @@
.\" In 1.3.X, returns only one entry each time; return value is different.
.\" Modified 2004-12-01, mtk, fixed headers listed in SYNOPSIS
.\"
-.TH readdir 2 2023-02-05 "Linux man-pages 6.03"
+.TH readdir 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
readdir \- read directory entry
.SH LIBRARY
@@ -100,9 +100,7 @@ No such directory.
.TP
.B ENOTDIR
File descriptor does not refer to a directory.
-.SH STANDARDS
-This system call is Linux-specific.
-.SH NOTES
+.SH VERSIONS
You will need to define the
.I old_linux_dirent
structure yourself.
@@ -111,6 +109,8 @@ However, probably you should use
instead.
.PP
This system call does not exist on x86-64.
+.SH STANDARDS
+Linux.
.SH SEE ALSO
.BR getdents (2),
.BR readdir (3)