From 0d7ae27d856c3d7d78d0d638d3bd8cc766bacef5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 15 Feb 2016 13:40:53 +0100 Subject: [PATCH] fcntl.2, flock.2: SEE ALSO: add lslocks(8) Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 3 ++- man2/flock.2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 3c6fcf56b..89230be50 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1941,7 +1941,8 @@ It is therefore inadvisable to rely on mandatory locking. .BR socket (2), .BR lockf (3), .BR capabilities (7), -.BR feature_test_macros (7) +.BR feature_test_macros (7), +.BR lslocks (8) .IR locks.txt , .IR mandatory-locking.txt , diff --git a/man2/flock.2 b/man2/flock.2 index 0213a8d0b..9decc4f84 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -239,7 +239,8 @@ and occurs on many other implementations.) .BR fcntl (2), .BR fork (2), .BR open (2), -.BR lockf (3) +.BR lockf (3), +.BR lslocks (8) .I Documentation/filesystems/locks.txt in the Linux kernel source tree