summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/readdir.3c
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-15 12:07:15 -0400
committerGitHub <noreply@github.com>2022-03-15 12:07:15 -0400
commit83decd22b44019b0fe369224fb19e1ef21263ab6 (patch)
tree0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3c/readdir.3c
parentad491f11d9af43fd3f0d6159c9e08112de475a54 (diff)
downloadillumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/readdir.3c')
-rw-r--r--usr/src/man/man3c/readdir.3c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/man/man3c/readdir.3c b/usr/src/man/man3c/readdir.3c
index 4d61797f25..d5d34f8967 100644
--- a/usr/src/man/man3c/readdir.3c
+++ b/usr/src/man/man3c/readdir.3c
@@ -235,7 +235,7 @@ field of the directory each time the directory is actually read.
.Pp
The standard-conforming version
.Po see
-.Xr standards 5
+.Xr standards 7
.Pc
of the
.Fn readdir_r
@@ -383,7 +383,7 @@ and
.Fn readdir_r
functions have transitional interfaces for 64-bit file offsets.
See
-.Xr lf64 5 .
+.Xr lf64 7 .
.Sh INTERFACE STABILITY
.Sy Committed
.Sh MT-LEVEL
@@ -408,9 +408,9 @@ function is
.Xr rewinddir 3C ,
.Xr scandir 3C ,
.Xr seekdir 3C ,
-.Xr attributes 5 ,
-.Xr lf64 5 ,
-.Xr standards 5
+.Xr attributes 7 ,
+.Xr lf64 7 ,
+.Xr standards 7
.Sh NOTES
When compiling multithreaded programs, see the
.Sy MULTITHREADED APPLICATIONS