mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC: Fix spelling of EACCES.
This commit is contained in:
parent
8b1670d00c
commit
4dcf8bb3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ or an entire pathname exceeded 1023 characters.
|
|||
.It Bq Er ENOENT
|
||||
A component of the specified pathname does not exist,
|
||||
or the pathname is an empty string.
|
||||
.It Bq Er ACCES
|
||||
.It Bq Er EACCES
|
||||
An attempt is made to access a file in a way forbidden by its file access
|
||||
permissions.
|
||||
.It Bq Er ELOOP
|
||||
|
|
|
|||
Loading…
Reference in a new issue