]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslocks: (man) document LEASE type
authorMasatake YAMATO <yamato@redhat.com>
Sun, 12 Nov 2023 17:21:43 +0000 (02:21 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 12 Nov 2023 17:22:09 +0000 (02:22 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lslocks.8.adoc

index 55a2b07b8590903cfc5d1dca3565adb3bfac8cf8..39d4573f29f1678915e7e19517b1125752f69075 100644 (file)
@@ -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.