diff options
| -rw-r--r-- | share/man/man9/BUF_LOCK.9 | 2 | ||||
| -rw-r--r-- | share/man/man9/lockmgr.9 | 4 | ||||
| -rw-r--r-- | share/man/man9/vfs_unbusy.9 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/BUF_LOCK.9 b/share/man/man9/BUF_LOCK.9 index 900550c16090..9ba198f68e6c 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 9384d80e9512..bd567364c1a5 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 cc3a7b1d31dc..7c39f68b2b36 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 |
