diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-04-09 19:15:03 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-04-09 19:15:03 +0000 |
| commit | a57cb9cea99200a78b54f187a8686607d0f35279 (patch) | |
| tree | 1877b96e657a227f239ffb8fe159d107754a7ad7 /lib/libc | |
| parent | 0d42e1a936b7d6a4c3a7020a309732245e7fb0ba (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/open.2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 15a4ef6f63fd..b9ff6947dae4 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)open.2 8.2 (Berkeley) 11/16/93 +.\" $FreeBSD$ .\" .Dd November 16, 1993 .Dt OPEN 2 @@ -226,6 +227,13 @@ operation was interrupted by a signal. or .Dv O_EXLOCK is specified but the underlying filesystem does not support locking. +.It Bq Er EWOULDBLOCK +.Dv O_NONBLOCK +and one of +.Dv O_SHLOCK +or +.Dv O_EXLOCK +is specified and the file is locked. .It Bq Er ENOSPC .Dv O_CREAT is specified, |
