summaryrefslogtreecommitdiffstats
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 58e94f8..64ab8c7 100644
--- a/share/man/man9/VFS_START.9
+++ b/share/man/man9/VFS_START.9
@@ -39,7 +39,7 @@
.In sys/mount.h
.In sys/vnode.h
.Ft int
-.Fn VFS_START "struct mount *mp" "int flags" "struct proc *p"
+.Fn VFS_START "struct mount *mp" "int flags" "struct thread *td"
.Sh DESCRIPTION
This is called after
.Xr VFS_MOUNT 9
@@ -50,8 +50,8 @@ Its arguments are:
The filesystem.
.It Ar flags
??
-.It Ar p
-Process which is starting the filesystem.
+.It Ar td
+Thread which is starting the filesystem.
.El
.Sh SEE ALSO
.Xr VFS 9 ,
OpenPOWER on IntegriCloud