]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fcntl.2: Add para introducing advisory locks and noting existence of OFD locks
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 30 Apr 2014 06:57:13 +0000 (08:57 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 9 Jun 2014 19:33:48 +0000 (21:33 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fcntl.2

index 3253e09befa28d6eb9c1709fe9158a772460e65d..a197ba9de60d864044bc9d916557d0515d6c30bd 100644 (file)
@@ -206,6 +206,11 @@ and
 .BR O_SYNC
 flags; see BUGS, below.
 .SS Advisory record locking
+Linux implements traditional ("process-associated") UNIX record locks,
+as standardized by POSIX.
+For a Linux-specific alternative with better semantics,
+see the discussion of open file description locks below.
+
 .BR F_SETLK ,
 .BR F_SETLKW ,
 and