From ea03d77623b3b26a124b2167c6f30f63a587a93c Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 13 Nov 2023 02:21:43 +0900 Subject: [PATCH] lslocks: (man) document LEASE type Signed-off-by: Masatake YAMATO --- misc-utils/lslocks.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lslocks.8.adoc b/misc-utils/lslocks.8.adoc index 55a2b07b85..39d4573f29 100644 --- a/misc-utils/lslocks.8.adoc +++ b/misc-utils/lslocks.8.adoc @@ -74,7 +74,7 @@ PID:: The process ID of the process which holds the lock or -1 for OFDLCK. TYPE:: -The type of lock; can be FLOCK (created with *flock*(2)), POSIX (created with *fcntl*(2) and *lockf*(3)) or OFDLCK (created with *fcntl*(2)). +The type of lock; can be LEASE (created with *fcntl*(2)), FLOCK (created with *flock*(2)), POSIX (created with *fcntl*(2) and *lockf*(3)) or OFDLCK (created with *fcntl*(2)). SIZE:: Size of the locked file. -- 2.47.2