aboutsummaryrefslogtreecommitdiff
path: root/lib/libposix1e/acl_get.3
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-03-03 05:28:51 +0000
committerBruce Evans <bde@FreeBSD.org>2000-03-03 05:28:51 +0000
commit97d186bc828e5282014db0ca87c0d272c5411c4c (patch)
tree87f7b1cfc13570ae1897b84ede33d668a20d9623 /lib/libposix1e/acl_get.3
parentea6f1fa37f10316b003e30d60c94c02ba0f29d5f (diff)
Notes
Diffstat (limited to 'lib/libposix1e/acl_get.3')
-rw-r--r--lib/libposix1e/acl_get.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libposix1e/acl_get.3 b/lib/libposix1e/acl_get.3
index b6eec2f4a824..7781e40c5c11 100644
--- a/lib/libposix1e/acl_get.3
+++ b/lib/libposix1e/acl_get.3
@@ -36,11 +36,11 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/acl.h>
-.Ft int
+.Ft acl_t
.Fn acl_get_file "const char *path_p" "acl_type_t type"
-.Ft int
+.Ft acl_t
.Fn acl_get_fd "int fd"
-.Ft int
+.Ft acl_t
.Fn acl_get_fd_np "int fd" "acl_type_t type"
.Sh DESCRIPTION
The