mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document EINVAL as a possible return value from open(2).
This commit is contained in:
parent
2094bd7342
commit
56728a2905
1 changed files with 7 additions and 0 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue