aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Libby <rlibby@FreeBSD.org>2024-05-20 16:48:32 +0000
committerRyan Libby <rlibby@FreeBSD.org>2024-05-20 16:48:32 +0000
commitda590a3e18cb883ba0444b78deeca5a2ed0b042f (patch)
tree1f3fac965dd3d3d5192286a6978402beb91bd5a7
parent55d29905489c975ee33b86d34f38e78b5ba29817 (diff)
downloadsrc-da590a3e18cb883ba0444b78deeca5a2ed0b042f.tar.gz
src-da590a3e18cb883ba0444b78deeca5a2ed0b042f.zip
-rw-r--r--share/man/man9/lock.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9
index 110fdd68fda0..96f617a72123 100644
--- a/share/man/man9/lock.9
+++ b/share/man/man9/lock.9
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.\"
-.Dd November 17, 2017
+.Dd May 18, 2024
.Dt LOCK 9
.Os
.Sh NAME
@@ -108,10 +108,6 @@ should log messages about duplicate locks being acquired.
Disable
.Xr ktr 4
logging for this lock.
-.It Dv LK_TIMELOCK
-Use
-.Fa timo
-during a sleep; otherwise, 0 is used.
.El
.El
.Pp
@@ -182,6 +178,10 @@ Fail if operation has slept.
.It Dv LK_NOWAIT
Do not allow the call to sleep.
This can be used to test the lock.
+.It Dv LK_TIMELOCK
+Use
+.Fa timo
+during a sleep; otherwise, 0 is used.
.It Dv LK_NOWITNESS
Skip the
.Xr witness 4