summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-16 07:37:22 +0000
committerru <ru@FreeBSD.org>2001-07-16 07:37:22 +0000
commitc538896509e4cb009f331a21e107cad395060b12 (patch)
treeca712f23cca1df3fd266848716ac6d65583dce34
parenta1e3fd29f6dd0f5375eee1decbfb2d74f99349bd (diff)
downloadFreeBSD-src-c538896509e4cb009f331a21e107cad395060b12.zip
FreeBSD-src-c538896509e4cb009f331a21e107cad395060b12.tar.gz
Spelling: aquire -> acquire.
-rw-r--r--share/man/man9/BUF_LOCK.92
-rw-r--r--share/man/man9/lockmgr.94
-rw-r--r--share/man/man9/vfs_unbusy.92
3 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/BUF_LOCK.9 b/share/man/man9/BUF_LOCK.9
index 900550c..9ba198f 100644
--- a/share/man/man9/BUF_LOCK.9
+++ b/share/man/man9/BUF_LOCK.9
@@ -42,7 +42,7 @@ The
.Fn BUF_LOCK
function locks the given buffer.
If the lock is already held this
-call will block until it can aquire the lock unless
+call will block until it can acquire the lock unless
.Dv LK_NOWAIT
is set.
.Pp
diff --git a/share/man/man9/lockmgr.9 b/share/man/man9/lockmgr.9
index 9384d80..bd56736 100644
--- a/share/man/man9/lockmgr.9
+++ b/share/man/man9/lockmgr.9
@@ -52,10 +52,10 @@ A pointer to lock to manipulate.
Flags indicating what action is to be taken.
.Bl -tag -width ".Dv LK_EXCLUPGRADE"
.It Dv LK_SHARED
-Aquire a shared lock.
+Acquire a shared lock.
If we currently hold an exclusive lock it will be downgraded.
.It Dv LK_EXCLUSIVE
-Aquire an exclusive lock.
+Acquire an exclusive lock.
If we already hold an exclusive lock and
.Dv LK_CANRECURSE
is not set we will panic.
diff --git a/share/man/man9/vfs_unbusy.9 b/share/man/man9/vfs_unbusy.9
index cc3a7b1..7c39f68 100644
--- a/share/man/man9/vfs_unbusy.9
+++ b/share/man/man9/vfs_unbusy.9
@@ -42,7 +42,7 @@ The
.Fn vfs_unbusy
function unbusies a mount point by unlocking
.Fa mp->mnt_lock .
-The lock is typically aquired by calling
+The lock is typically acquired by calling
.Xr vfs_busy 9
prior to this call.
.Pp
OpenPOWER on IntegriCloud