diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-22 07:29:13 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-10-22 07:29:13 +0000 |
| commit | 56728a2905a9e10014e3db050d7f68fe321e5bcf (patch) | |
| tree | 4b27fb69880565b1f503ce417aef7458203c831b | |
| parent | 2094bd73422947e98f3409750446fd0ff2e21857 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/open.2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 11d290628a44..73435287d165 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -268,6 +268,13 @@ and were specified and the file exists. .It Bq Er EOPNOTSUPP An attempt was made to open a socket (not currently implemented). +.It Bq Er EINVAL +An attempt was made to open a descriptor with an illegal combination +of +.Dv O_RDONLY , +.Dv O_WRONLY , +and +.Dv O_RDWR . .El .Sh SEE ALSO .Xr chmod 2 , |
