summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_STATFS.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VFS_STATFS.9')
-rw-r--r--share/man/man9/VFS_STATFS.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_STATFS.9 b/share/man/man9/VFS_STATFS.9
index 2e250fb..9a157c6 100644
--- a/share/man/man9/VFS_STATFS.9
+++ b/share/man/man9/VFS_STATFS.9
@@ -39,7 +39,7 @@
.In sys/mount.h
.In sys/vnode.h
.Ft int
-.Fn VFS_STATFS "struct mount *mp" "struct statfs *sbp" "struct proc *p"
+.Fn VFS_STATFS "struct mount *mp" "struct statfs *sbp" "struct thread *td"
.Sh DESCRIPTION
This call returns various pieces of information about the filesystem,
including recommended I/O sizes, free space, free inodes, etc.
@@ -50,8 +50,8 @@ Its arguments are:
The filesystem.
.It Ar sbp
Return parameter for the filesystem's status.
-.It Ar p
-The process which is querying the filesystem.
+.It Ar td
+The thread which is querying the filesystem.
.El
.Sh SEE ALSO
.Xr VFS 9 ,
OpenPOWER on IntegriCloud