]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslocks: (man) add missing fields
authorMasatake YAMATO <yamato@redhat.com>
Mon, 6 Nov 2023 20:30:33 +0000 (05:30 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 6 Nov 2023 20:30:33 +0000 (05:30 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lslocks.8.adoc

index 21ad643e53a279a197fd056a318ddb8841f9824c..55a2b07b8590903cfc5d1dca3565adb3bfac8cf8 100644 (file)
@@ -79,6 +79,12 @@ The type of lock; can be FLOCK (created with *flock*(2)), POSIX (created with *f
 SIZE::
 Size of the locked file.
 
+INODE::
+The inode number.
+
+MAJ:MIN::
+The major:minor device number.
+
 MODE::
 The lock's access permissions (read, write). If the process is blocked and waiting for the lock, then the mode is postfixed with an '*' (asterisk).