mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
Mention EISDIR as a possible errno.
This commit is contained in:
parent
f7bb996d92
commit
82c59e57f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203990
@ -114,6 +114,8 @@ succeeds unless:
|
|||||||
.Bl -tag -width Er
|
.Bl -tag -width Er
|
||||||
.It Bq Er ENOTDIR
|
.It Bq Er ENOTDIR
|
||||||
A component of the path prefix is not a directory.
|
A component of the path prefix is not a directory.
|
||||||
|
.It Bq Er EISDIR
|
||||||
|
The named file is a directory.
|
||||||
.It Bq Er ENAMETOOLONG
|
.It Bq Er ENAMETOOLONG
|
||||||
A component of a pathname exceeded 255 characters,
|
A component of a pathname exceeded 255 characters,
|
||||||
or an entire path name exceeded 1023 characters.
|
or an entire path name exceeded 1023 characters.
|
||||||
|
Loading…
Reference in New Issue
Block a user