From fda2d391d62d64401d8171852eca1a5778b74b0d Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Mon, 7 May 2001 23:16:25 +0000 Subject: [PATCH] Correct prototype (entry_p -> *entry_p) Submitted by: Alex Zepeda --- lib/libc/posix1e/acl_get_entry.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/posix1e/acl_get_entry.3 b/lib/libc/posix1e/acl_get_entry.3 index e9269c90b9c..66c60e31d65 100644 --- a/lib/libc/posix1e/acl_get_entry.3 +++ b/lib/libc/posix1e/acl_get_entry.3 @@ -37,7 +37,7 @@ .Fd #include .Fd #include .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