mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
open(2): fix typo
__aLC_aclcheck_fd -> acl_aclcheck_fd Reported by: Peter Eriksson <pen@lysator.liu.se> Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
4f2c2a122c
commit
1fc174cba6
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ message
|
|||
using for
|
||||
.Dv EVFILT_VNODE
|
||||
.It Xr readlinkat 2
|
||||
.It Xr __acl_get_fd 2 , Xr __alc_aclcheck_fd 2
|
||||
.It Xr __acl_get_fd 2 , Xr __acl_aclcheck_fd 2
|
||||
.El
|
||||
But operations like
|
||||
.Xr read 2 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue