MFC rev. 1.13: remove LK_REENABLE and LK_NOPAUSE lockinit(9) flags,

add LK_NOSHARE.
This commit is contained in:
maxim 2006-06-27 08:04:55 +00:00
parent 6640c89228
commit e0f79f0a90

View File

@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 9, 2001
.Dd June 20, 2006
.Dt LOCK 9
.Os
.Sh NAME
@ -80,10 +80,8 @@ Do not sleep while acquiring the lock.
Fail after a sleep.
.It Dv LK_CANRECURSE
Allow recursive exclusive locks.
.It Dv LK_REENABLE
Re-enable the lock after a drain.
.It Dv LK_NOPAUSE
Disable the spinlock while acquiring the lock.
.It Dv LK_NOSHARE
Allow exclusive locks only.
.It Dv LK_TIMELOCK
Use
.Fa timo