summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-03 16:25:08 +0000
committerbde <bde@FreeBSD.org>2001-10-03 16:25:08 +0000
commit52c081280b642da23c1566140998023a7a5fe7d7 (patch)
tree6a6442055c3ef4afd0a0ca04636ed7a92a5e302c /lib/libc/posix1e
parent078ebb54117bdc61a5181071a9f420475fbdfe38 (diff)
downloadFreeBSD-src-52c081280b642da23c1566140998023a7a5fe7d7.zip
FreeBSD-src-52c081280b642da23c1566140998023a7a5fe7d7.tar.gz
Fixed return type in synopsis.
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/acl_get_entry.32
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 96cd55a..94e2321 100644
--- a/lib/libc/posix1e/acl_get_entry.3
+++ b/lib/libc/posix1e/acl_get_entry.3
@@ -36,7 +36,7 @@
.Sh SYNOPSIS
.In sys/types.h
.In sys/acl.h
-.Ft void *
+.Ft int
.Fn acl_get_entry "acl_t acl" "int entry_id" "acl_entry_t *entry_p"
.Sh DESCRIPTION
.Fn acl_get_entry
OpenPOWER on IntegriCloud