From 09f97b49dd52b2a97f9d969536e3765631fd5c0b Mon Sep 17 00:00:00 2001 From: Attilio Rao Date: Thu, 27 Dec 2007 22:33:30 +0000 Subject: [PATCH] Garbage-collect following nomore existing options: - LK_REENABLE - LK_NOPAUSE - LK_NOOBJ --- share/man/man9/VOP_LOCK.9 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9 index 57d8f72112e2..c519e46a3ce3 100644 --- a/share/man/man9/VOP_LOCK.9 +++ b/share/man/man9/VOP_LOCK.9 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 24, 1996 +.Dd December 27, 2007 .Os .Dt VOP_LOCK 9 .Sh NAME @@ -89,10 +89,6 @@ Do not sleep to wait for lock. Sleep, then return failure. .It Dv LK_CANRECURSE Allow recursive exclusive lock. -.It Dv LK_REENABLE -Lock is to be reenabled after drain. -.It Dv LK_NOPAUSE -No spinloop. .El .Pp The lock type may be @@ -106,8 +102,6 @@ Specify when the caller already has a simple lock will unlock the simple lock after getting the lock). .It Dv LK_RETRY Retry until locked. -.It Dv LK_NOOBJ -Do not create object. .El .It Fa td Thread context to use for the locks.