Mention EISDIR as a possible errno.

This commit is contained in:
Poul-Henning Kamp 2010-02-17 09:11:21 +00:00
parent f7bb996d92
commit 82c59e57f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203990

View File

@ -114,6 +114,8 @@ succeeds unless:
.Bl -tag -width Er
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.It Bq Er EISDIR
The named file is a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded 255 characters,
or an entire path name exceeded 1023 characters.