summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_from_text.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-03-03 05:28:51 +0000
committerbde <bde@FreeBSD.org>2000-03-03 05:28:51 +0000
commitd83d7a1636b0713b049f5450b90121d406636b50 (patch)
tree9034e428857a11fabbaec5eff57677d8652c82a9 /lib/libc/posix1e/acl_from_text.3
parentb813631de194a434f29462384ff05f5954693783 (diff)
downloadFreeBSD-src-d83d7a1636b0713b049f5450b90121d406636b50.zip
FreeBSD-src-d83d7a1636b0713b049f5450b90121d406636b50.tar.gz
Fixed wrong function return types in synopsis.
Diffstat (limited to 'lib/libc/posix1e/acl_from_text.3')
-rw-r--r--lib/libc/posix1e/acl_from_text.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_from_text.3 b/lib/libc/posix1e/acl_from_text.3
index 3c9a8ce..7763761 100644
--- a/lib/libc/posix1e/acl_from_text.3
+++ b/lib/libc/posix1e/acl_from_text.3
@@ -34,7 +34,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/acl.h>
-.Ft int
+.Ft acl_t
.Fn acl_from_text "const char *buf_p"
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud