mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Correct ENOENT description.
This commit is contained in:
parent
b8f5525f70
commit
554bc5f287
1 changed files with 4 additions and 2 deletions
|
|
@ -65,14 +65,16 @@ The symbolic link succeeds unless:
|
|||
.It Bq Er ENOTDIR
|
||||
A component of the
|
||||
.Fa name2
|
||||
prefix is not a directory.
|
||||
path prefix is not a directory.
|
||||
.It Bq Er ENAMETOOLONG
|
||||
A component of the
|
||||
.Fa name2
|
||||
pathname exceeded 255 characters,
|
||||
or the entire length of either path name exceeded 1023 characters.
|
||||
.It Bq Er ENOENT
|
||||
The named file does not exist.
|
||||
A component of the
|
||||
.Fa name2
|
||||
path prefix does not exist.
|
||||
.It Bq Er EACCES
|
||||
A component of the
|
||||
.Fa name2
|
||||
|
|
|
|||
Loading…
Reference in a new issue