summaryrefslogtreecommitdiff
path: root/man/man3/acl_size.3
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-02-25 22:13:12 +0000
committerNathan Scott <nathans@sgi.com>2002-02-25 22:13:12 +0000
commitc9f8bfe909a76d624ba8061d35a28141f43ed251 (patch)
tree539b229655accf088d42f989899842d06e279bc0 /man/man3/acl_size.3
parent3b23e11526bee6d7d47d182a8d3d71c23a4a3c12 (diff)
downloadacl-c9f8bfe909a76d624ba8061d35a28141f43ed251.tar.gz
Merge of xfs-cmds-2.4.18:slinx:111141a by nathans.
deleted, we now switch over to a new version of ACL userspace derived closely from Andreas' code.
Diffstat (limited to 'man/man3/acl_size.3')
-rw-r--r--man/man3/acl_size.318
1 files changed, 0 insertions, 18 deletions
diff --git a/man/man3/acl_size.3 b/man/man3/acl_size.3
index 4ce89eb..e69de29 100644
--- a/man/man3/acl_size.3
+++ b/man/man3/acl_size.3
@@ -1,18 +0,0 @@
-.TH ACL_SIZE 3
-.SH NAME
-acl_size \- return the size of an ACL
-.SH SYNOPSIS
-.B #include <sys/acl.h>
-.PP
-.B ssize_t acl_size(struct acl *aclp);
-.SH DESCRIPTION
-Returns the size of an ACL pointed to by \f2aclp\fP. In IRIX ACLs are all
-a fixed size, but the POSIX specifications allow for the possibility of
-variable sized structures.
-.SH RETURN VALUES
-.I acl_size
-returns \f2sizeof(struct acl)\fP or -1 if \f2aclp\fP is null.
-.SH ERRORS
-.TP 16
-EINVAL
-\f2aclp\fP is null