summaryrefslogtreecommitdiffstats
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.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_READDIR.9 b/share/man/man9/VOP_READDIR.9
index 11a4ce0..dcbf18c 100644
--- a/share/man/man9/VOP_READDIR.9
+++ b/share/man/man9/VOP_READDIR.9
@@ -35,9 +35,9 @@
.Nm VOP_READDIR
.Nd read contents of a directory
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
-.Fd #include <sys/dirent.h>
-.Fd #include <sys/vnode.h>
+.In sys/param.h
+.In sys/dirent.h
+.In sys/vnode.h
.Ft int
.Fn VOP_READDIR "struct vnode *vp" "struct uio *uio" "struct ucred *cred" "int *eofflag" "int *ncookies" "u_long **cookies"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud