From fee8f82d0647b6158336da3a1fa436d2517c4f9d Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Tue, 7 Nov 2023 05:30:33 +0900 Subject: [PATCH] lslocks: (man) add missing fields Signed-off-by: Masatake YAMATO --- misc-utils/lslocks.8.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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). -- 2.47.2