summaryrefslogtreecommitdiffstats
path: root/misc-utils/lslocks.c
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.c
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.c')
-rw-r--r--misc-utils/lslocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/lslocks.c b/misc-utils/lslocks.c
index 24c6d6324..a1a7ab676 100644
--- a/misc-utils/lslocks.c
+++ b/misc-utils/lslocks.c
@@ -72,7 +72,7 @@ struct colinfo {
static struct colinfo infos[] = {
[COL_SRC] = { "COMMAND",15, 0, N_("command of the process holding the lock") },
[COL_PID] = { "PID", 5, SCOLS_FL_RIGHT, N_("PID of the process holding the lock") },
- [COL_TYPE] = { "TYPE", 5, SCOLS_FL_RIGHT, N_("kind of lock: FL_FLOCK or FL_POSIX.") },
+ [COL_TYPE] = { "TYPE", 5, SCOLS_FL_RIGHT, N_("kind of lock") },
[COL_SIZE] = { "SIZE", 4, SCOLS_FL_RIGHT, N_("size of the lock") },
[COL_MODE] = { "MODE", 5, 0, N_("lock access mode") },
[COL_M] = { "M", 1, 0, N_("mandatory state of the lock: 0 (none), 1 (set)")},