From: Masatake YAMATO Date: Mon, 6 Nov 2023 20:30:33 +0000 (+0900) Subject: lslocks: (man) add missing fields X-Git-Tag: v2.40-rc1~166^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fee8f82d0647b6158336da3a1fa436d2517c4f9d;p=thirdparty%2Futil-linux.git lslocks: (man) add missing fields Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lslocks.8.adoc b/misc-utils/lslocks.8.adoc index 21ad643e53..55a2b07b85 100644 --- a/misc-utils/lslocks.8.adoc +++ b/misc-utils/lslocks.8.adoc @@ -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).