diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-05-07 23:16:25 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-05-07 23:16:25 +0000 |
commit | 185b46ed24acbf906f613e6760b616ae3e859238 (patch) | |
tree | a12d5aacfb3ae5b6c2276b6710e0a2b803d5eb9d /lib/libc/posix1e | |
parent | 9e7f330c4891d589999a906ac88f36202edb1009 (diff) | |
download | FreeBSD-src-185b46ed24acbf906f613e6760b616ae3e859238.zip FreeBSD-src-185b46ed24acbf906f613e6760b616ae3e859238.tar.gz |
Correct prototype (entry_p -> *entry_p)
Submitted by: Alex Zepeda <jazepeda@pacbell.net>
Diffstat (limited to 'lib/libc/posix1e')
-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 e9269c9..66c60e3 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 |