diff options
-rw-r--r-- | lib/libc/sys/fcntl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index 238f815e0b3..ac6ddbf8ee1 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -197,7 +197,7 @@ as well as remove either type of lock If a shared or exclusive lock cannot be set, .Nm fcntl returns immediately with -.Er EACCES . +.Er EAGAIN . .It Dv F_SETLKW This command is the same as .Dv F_SETLK @@ -356,9 +356,9 @@ is set to indicate the error. .Fn Fcntl will fail if: .Bl -tag -width Er -.It Bq Er EACCES +.It Bq Er EAGAIN The argument -.Fa arg +.Fa cmd is .Dv F_SETLK , the type of lock |