diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-01-08 23:48:02 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-01-08 23:48:02 +0000 |
| commit | 1a809a51b0158d96d68eab0c93f76647ee17bd42 (patch) | |
| tree | 5f2e21107249828401fa1f9091ea179d08e3fc2b /lib/libc | |
| parent | 80001b55bd5d3c029ab0afdf4476d0dc164b5831 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 9022eb9e15eb..b43494de770e 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -195,7 +195,7 @@ as well as remove either type of lock If a shared or exclusive lock cannot be set, .Fn fcntl returns immediately with -.Er EACCES . +.Er EAGAIN . .It Dv F_SETLKW This command is the same as .Dv F_SETLK @@ -377,9 +377,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 |
