aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VFS_START.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VFS_START.9')
-rw-r--r--share/man/man9/VFS_START.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_START.9 b/share/man/man9/VFS_START.9
index c327c82dbdd0..58e94f830481 100644
--- a/share/man/man9/VFS_START.9
+++ b/share/man/man9/VFS_START.9
@@ -35,9 +35,9 @@
.Nm VFS_START
.Nd make a filesystem operational
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
-.Fd #include <sys/mount.h>
-.Fd #include <sys/vnode.h>
+.In sys/param.h
+.In sys/mount.h
+.In sys/vnode.h
.Ft int
.Fn VFS_START "struct mount *mp" "int flags" "struct proc *p"
.Sh DESCRIPTION