summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_unbusy.9
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-10-06 11:19:41 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-10-06 11:19:41 +0000
commit257d2f075630a276cad982cce2b74341143c54c6 (patch)
treef2914b1cbfe792914119b58f548446e38ff65642 /share/man/man9/vfs_unbusy.9
parent910868a68fad084aa307651c4ce629496e4cbc77 (diff)
downloadFreeBSD-src-257d2f075630a276cad982cce2b74341143c54c6.zip
FreeBSD-src-257d2f075630a276cad982cce2b74341143c54c6.tar.gz
Updates for changes made by KSE import.
Submitted by: Chad David <davidc@acns.ab.ca>
Diffstat (limited to 'share/man/man9/vfs_unbusy.9')
-rw-r--r--share/man/man9/vfs_unbusy.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/vfs_unbusy.9 b/share/man/man9/vfs_unbusy.9
index 7c39f68..b1a4582 100644
--- a/share/man/man9/vfs_unbusy.9
+++ b/share/man/man9/vfs_unbusy.9
@@ -36,7 +36,7 @@
.In sys/param.h
.In sys/mount.h
.Ft void
-.Fn vfs_unbusy "struct mount *mp" "struct proc *p"
+.Fn vfs_unbusy "struct mount *mp" "struct thread *td"
.Sh DESCRIPTION
The
.Fn vfs_unbusy
@@ -50,8 +50,8 @@ Its arguments are:
.Bl -tag -width ".Fa mp"
.It Fa mp
The mount point to unbusy (unlock).
-.It Fa p
-The process responsible for this call.
+.It Fa td
+The thread responsible for this call.
.El
.Sh LOCKS
.Va mnt_lock
OpenPOWER on IntegriCloud