From: Masatake YAMATO Date: Sun, 12 Nov 2023 17:21:43 +0000 (+0900) Subject: lslocks: (man) document LEASE type X-Git-Tag: v2.40-rc1~163^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea03d77623b3b26a124b2167c6f30f63a587a93c;p=thirdparty%2Futil-linux.git lslocks: (man) document LEASE type Signed-off-by: Masatake YAMATO --- 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.