summaryrefslogtreecommitdiffstats
path: root/misc-utils/lslocks.8
diff options
context:
space:
mode:
authorKarel Zak2017-11-03 11:20:41 +0100
committerKarel Zak2017-11-03 11:20:41 +0100
commit4707bc83e1ff6b634fb4ed38c8050b34fc2487a1 (patch)
treec4c2f8684495fb2ecd940159164e194c9f0469e4 /misc-utils/lslocks.8
parentlsmem: make --split optional, follow output by default (diff)
downloadkernel-qcow2-util-linux-4707bc83e1ff6b634fb4ed38c8050b34fc2487a1.tar.gz
kernel-qcow2-util-linux-4707bc83e1ff6b634fb4ed38c8050b34fc2487a1.tar.xz
kernel-qcow2-util-linux-4707bc83e1ff6b634fb4ed38c8050b34fc2487a1.zip
lslocks: add note about OFDLCK
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/lslocks.8')
-rw-r--r--misc-utils/lslocks.84
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/lslocks.8 b/misc-utils/lslocks.8
index db5dc3245..09b8d4181 100644
--- a/misc-utils/lslocks.8
+++ b/misc-utils/lslocks.8
@@ -53,8 +53,8 @@ The command name of the process holding the lock.
.IP "PID"
The process ID of the process which holds the lock.
.IP "TYPE"
-The type of lock; can be FLOCK (created with \fBflock\fR(2)) or POSIX
-(created with \fBfcntl\fR(2) and \fBlockf\fR(3)).
+The type of lock; can be FLOCK (created with \fBflock\fR(2)), POSIX
+(created with \fBfcntl\fR(2) and \fBlockf\fR(3)) or OFDLCK (created with fcntl(2).
.IP "SIZE"
Size of the locked file.
.IP "MODE"