mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Describe the condition when EACCES is returned more explicitly.
Submitted by: bde
This commit is contained in:
parent
ba03331add
commit
368c2034f0
1 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,9 @@ 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 or write permission is denied for a component of the path prefix.
|
||||
Search permission is denied for a component of the path prefix,
|
||||
or write permission is denied
|
||||
on the parent directory of the directory to be created.
|
||||
.It Bq Er ELOOP
|
||||
Too many symbolic links were encountered in translating the pathname.
|
||||
.It Bq Er EROFS
|
||||
|
|
|
|||
Loading…
Reference in a new issue