summaryrefslogtreecommitdiff
path: root/share/man/man9/lockmgr.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-07-13 09:09:52 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-07-13 09:09:52 +0000
commite8b02a428dcde07c037dfedfe1d90fa18fa6876a (patch)
tree0a98eeb48574a1566a9735f523683d6de46e4f74 /share/man/man9/lockmgr.9
parent3cdf42d23a7214a672f54c8a9cd89d2b8f96ce2e (diff)
Notes
Diffstat (limited to 'share/man/man9/lockmgr.9')
-rw-r--r--share/man/man9/lockmgr.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/lockmgr.9 b/share/man/man9/lockmgr.9
index e3a942d0f6b7..9384d80e9512 100644
--- a/share/man/man9/lockmgr.9
+++ b/share/man/man9/lockmgr.9
@@ -45,12 +45,12 @@ support for shared and exclusive locks, and recursion.
Locks can also be upgraded and downgraded.
.Pp
Its arguments are:
-.Bl -tag -xwidth ".Fa interlkp"
+.Bl -tag -width ".Fa interlkp"
.It Fa lkp
A pointer to lock to manipulate.
.It Fa flags
Flags indicating what action is to be taken.
-.Bl -tag -xwidth ".Dv LK_EXCLUPGRADE"
+.Bl -tag -width ".Dv LK_EXCLUPGRADE"
.It Dv LK_SHARED
Aquire a shared lock.
If we currently hold an exclusive lock it will be downgraded.