fcntl.2: Explain POSIX background to EACCES/EAGAIN error for F_GETLK

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-30 16:37:29 +02:00
parent 9c26bc8c20
commit d068eb3b73
1 changed files with 2 additions and 0 deletions

View File

@ -346,6 +346,8 @@ to
.B EACCES
or
.BR EAGAIN .
(The error returned in this case differs across implementations,
so POSIX requires a portable application to check for both errors.)
.TP
.BR F_SETLKW " (\fIstruct flock *\fP)"
As for