summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_UNMOUNT.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/VFS_UNMOUNT.9')
-rw-r--r--share/man/man9/VFS_UNMOUNT.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_UNMOUNT.9 b/share/man/man9/VFS_UNMOUNT.9
index a7bd560..bf6aa7c 100644
--- a/share/man/man9/VFS_UNMOUNT.9
+++ b/share/man/man9/VFS_UNMOUNT.9
@@ -39,7 +39,7 @@
.In sys/mount.h
.In sys/vnode.h
.Ft int
-.Fn VFS_UNMOUNT "struct mount *mp" "int mntflags" "struct proc *p"
+.Fn VFS_UNMOUNT "struct mount *mp" "int mntflags" "struct thread *td"
.Sh DESCRIPTION
Unmount a filesystem.
.Pp
@@ -49,8 +49,8 @@ Its arguments are:
The filesystem.
.It Ar mntflags
Various flags.
-.It Ar p
-Process which is unmounting the filesystem.
+.It Ar td
+Thread which is unmounting the filesystem.
.El
.Pp
If the
OpenPOWER on IntegriCloud