summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_unbusy.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-11 10:31:49 +0000
committerru <ru@FreeBSD.org>2001-07-11 10:31:49 +0000
commit6468798b098d2713b5746101dc5f3e3d0798ecf8 (patch)
treea9efe8598802d472399b0cdf05f3614f98de1649 /share/man/man9/vfs_unbusy.9
parenta6a8d8e94c3416ac2be5564086b6711fab5cf1fb (diff)
downloadFreeBSD-src-6468798b098d2713b5746101dc5f3e3d0798ecf8.zip
FreeBSD-src-6468798b098d2713b5746101dc5f3e3d0798ecf8.tar.gz
mdoc(7) police: fixed markup and some content typos.
Diffstat (limited to 'share/man/man9/vfs_unbusy.9')
-rw-r--r--share/man/man9/vfs_unbusy.929
1 files changed, 16 insertions, 13 deletions
diff --git a/share/man/man9/vfs_unbusy.9 b/share/man/man9/vfs_unbusy.9
index aa2000a..67efaaa 100644
--- a/share/man/man9/vfs_unbusy.9
+++ b/share/man/man9/vfs_unbusy.9
@@ -31,33 +31,36 @@
.Os
.Sh NAME
.Nm vfs_unbusy
-.Nd "Unbusy a mount point.
+.Nd "unbusy a mount point"
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
-.Fd #include <sys/mount.h>
+.In sys/param.h
+.In sys/mount.h
.Ft void
.Fn vfs_unbusy "struct mount *mp" "struct proc *p"
.Sh DESCRIPTION
The
-.Nm
-function unbusys (unlocks) a mount point by unlocking
-mp->mnt_lock. The lock is typically aquired by calling
-vfs_busy() prior to this call.
+.Fn vfs_unbusy
+function unbusies (unlocks) a mount point by unlocking
+.Fa mp->mnt_lock .
+The lock is typically aquired by calling
+.Xr vfs_busy 9
+prior to this call.
.Pp
Its arguments are:
-.Bl -tag -width uap
-.It Ar mp
+.Bl -tag -xwidth ".Fa mp"
+.It Fa mp
The mount point to unbusy (unlock).
-.It Ar p
+.It Fa p
The process responsible for this call.
.El
.Sh LOCKS
-.Ar mnt_lock
+.Va mnt_lock
must be locked in
-.Ar mp
+.Fa mp
prior to calling
this function, and it will be unlocked upon return.
.Sh SEE ALSO
.Xr vfs_busy 9
.Sh AUTHORS
-This man page was written by Chad David.
+This man page was written by
+.An Chad David .
OpenPOWER on IntegriCloud