aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_READDIR.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VOP_READDIR.9')
-rw-r--r--share/man/man9/VOP_READDIR.914
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/VOP_READDIR.9 b/share/man/man9/VOP_READDIR.9
index a49f34d77bd9..cac89b5a09a7 100644
--- a/share/man/man9/VOP_READDIR.9
+++ b/share/man/man9/VOP_READDIR.9
@@ -43,21 +43,21 @@
.Sh DESCRIPTION
Read directory entries.
.Bl -tag -width ncookies
-.It Ar vp
+.It Fa vp
the vnode of the directory
-.It Ar uio
+.It Fa uio
where to read the directory contents
-.It Ar cred
+.It Fa cred
the caller's credentials
-.It Ar eofflag
+.It Fa eofflag
return end of file status (NULL if not wanted)
-.It Ar ncookies
+.It Fa ncookies
number of directory cookies generated for NFS (NULL if not wanted)
-.It Ar cookies
+.It Fa cookies
directory seek cookies generated for NFS (NULL if not wanted)
.El
The directory contents are read into
-.Dv struct dirent
+.Vt struct dirent
structures. If the on-disc data structures differ from this then they
should be translated.
.Sh LOCKS