diff options
| author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-05-07 23:16:25 +0000 |
|---|---|---|
| committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-05-07 23:16:25 +0000 |
| commit | fda2d391d62d64401d8171852eca1a5778b74b0d (patch) | |
| tree | 60a9f45d9478361c33ddcfade5b7b65c9ad063d4 /lib | |
| parent | bc5797c7defd3598f9fd43f4308f034c66d4ba6f (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/posix1e/acl_get_entry.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_get_entry.3 b/lib/libc/posix1e/acl_get_entry.3 index e9269c90b9cd..66c60e31d650 100644 --- a/lib/libc/posix1e/acl_get_entry.3 +++ b/lib/libc/posix1e/acl_get_entry.3 @@ -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 |
