diff options
Diffstat (limited to 'share/man/man9/VFS_STATFS.9')
-rw-r--r-- | share/man/man9/VFS_STATFS.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_STATFS.9 b/share/man/man9/VFS_STATFS.9 index 61b9787..2e250fb 100644 --- a/share/man/man9/VFS_STATFS.9 +++ b/share/man/man9/VFS_STATFS.9 @@ -35,9 +35,9 @@ .Nm VFS_STATFS .Nd return filesystem status .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_STATFS "struct mount *mp" "struct statfs *sbp" "struct proc *p" .Sh DESCRIPTION |