From 3142490e9e38536824caef86d4112fc69796d0b1 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 2 Dec 2007 22:31:31 +0000 Subject: [PATCH] Fix typo: LG_CANRECURSE -> LK_CANRECURSE --- share/man/man9/lock.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9 index ff67a25d57..4d9eaa6f33 100644 --- a/share/man/man9/lock.9 +++ b/share/man/man9/lock.9 @@ -25,7 +25,7 @@ .\" DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/lock.9,v 1.11 2003/09/08 19:57:21 ru Exp $ -.\" $DragonFly: src/share/man/man9/lock.9,v 1.6 2007/04/05 20:01:19 swildner Exp $ +.\" $DragonFly: src/share/man/man9/lock.9,v 1.7 2007/12/02 22:31:31 swildner Exp $ .\" .Dd June 29, 2006 .Dt LOCK 9 @@ -70,7 +70,7 @@ The timeout value passed to .Xr tsleep 9 . .It Fa flags The flags the lock is to be initialized with. -.Bl -tag -width ".Dv LG_CANRECURSE" +.Bl -tag -width ".Dv LK_CANRECURSE" .It Dv LK_NOWAIT Do not sleep while acquiring the lock. .It Dv LK_SLEEPFAIL -- 2.41.0