From 6451570257dff1bfb184d3137d85f68d810d08ec Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 1 May 2014 06:47:24 +0200 Subject: [PATCH] fcntl.2: Under OFD locks add a reference to open(2) for explanation of OFDs Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index f764437ae..4b4e5fd2f 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -451,6 +451,8 @@ Open file description locks are advisory byte-range locks whose operation is in most respects identical to the traditional record locks described above. This lock type is Linux-specific, and available since Linux 3.15. +For an explanation of open file descriptions, see +.BR open (2) The principal difference between the two lock types is that whereas traditional record locks