]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fcntl.2: ERRORS: add open file description lock error cases
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 19 Jan 2015 08:51:17 +0000 (09:51 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 19 Jan 2015 09:35:33 +0000 (10:35 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fcntl.2

index 1044d5659a32d38bb22caa0a3af45f68aa75b27d..625bcf4560f24c3e194c2aa1131ce7181d202725 100644 (file)
@@ -1521,13 +1521,23 @@ command would cause a deadlock.
 is outside your accessible address space.
 .TP
 .B EINTR
-For
-.BR F_SETLKW ,
-the command was interrupted by a signal; see
+.I cmd
+is
+.BR F_SETLKW
+or
+.BR F_OFD_SETLKW
+and the operation was interrupted by a signal; see
 .BR signal (7).
-For
-.BR F_GETLK " and " F_SETLK ,
-the command was interrupted by a signal before the lock was checked or
+.TP
+.B EINTR
+.I cmd
+is
+.BR F_GETLK ,
+.BR F_SETLK ,
+.BR F_OFD_GETLK ,
+or
+.BR F_OFD_SETLK ,
+and the operation was interrupted by a signal before the lock was checked or
 acquired.
 Most likely when locking a remote file (e.g., locking over
 NFS), but can sometimes happen locally.