1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

EACCES may be returned if write permission was denied as well.

PR:		28553
Submitted by:	Ronald F. Guilmette <rfg@monkeys.com>
This commit is contained in:
Dima Dorfman 2001-07-02 22:53:40 +00:00
parent 561aef9a69
commit 9e12bdbd79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79113

View File

@ -73,7 +73,7 @@ or an entire path name exceeded 1023 characters.
.It Bq Er ENOENT
A component of the path prefix does not exist.
.It Bq Er EACCES
Search permission is denied for a component of the path prefix.
Search or write permission is denied for a component of the path prefix.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EROFS