From 188e0284af79bdcea59ea18e34e730170c580b7f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 2 Dec 2007 22:39:56 +0000 Subject: [PATCH] LK_NOPAUSE no longer exists. --- share/man/man9/VOP_LOCK.9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9 index 3f02c34d1e..fd32b4312f 100644 --- a/share/man/man9/VOP_LOCK.9 +++ b/share/man/man9/VOP_LOCK.9 @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/VOP_LOCK.9,v 1.8.2.3 2001/12/17 11:30:18 ru Exp $ -.\" $DragonFly: src/share/man/man9/VOP_LOCK.9,v 1.6 2006/04/23 16:23:12 swildner Exp $ +.\" $DragonFly: src/share/man/man9/VOP_LOCK.9,v 1.7 2007/12/02 22:39:56 swildner Exp $ .\" .Dd April 23, 2006 .Os @@ -75,7 +75,6 @@ with these lock flags: .It Dv LK_NOWAIT Ta "Do not sleep to wait for lock" .It Dv LK_SLEEPFAIL Ta "Sleep, then return failure" .It Dv LK_CANRECURSE Ta "Allow recursive exclusive lock" -.It Dv LK_NOPAUSE Ta "No spinloop" .El .Pp The lock type may be -- 2.11.4.GIT