Correct prototype (entry_p -> *entry_p)
Submitted by: Alex Zepeda <jazepeda@pacbell.net>
This commit is contained in:
parent
bc5797c7de
commit
fda2d391d6
@ -37,7 +37,7 @@
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/acl.h>
|
||||
.Ft void *
|
||||
.Fn acl_get_entry "acl_t acl" "int entry_id" "acl_entry_t entry_p"
|
||||
.Fn acl_get_entry "acl_t acl" "int entry_id" "acl_entry_t *entry_p"
|
||||
.Sh DESCRIPTION
|
||||
.Fn acl_get_entry
|
||||
is a POSIX.1e call that retrieves a descriptor for an ACL entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user