'\" t .\" Title: gfs_acl_error .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 14 Feb 2011 .\" Manual: Gfarm .\" Source: Gfarm .\" Language: English .\" .TH "GFS_ACL_ERROR" "3" "14 Feb 2011" "Gfarm" "Gfarm" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gfs_acl_error \- convert a Gfarm ACL error code to a text message .SH "SYNOPSIS" .sp .ft B .nf #include .fi .ft .HP \w'const\ char\ *\ gfs_acl_error('u .BI "const\ char\ *\ gfs_acl_error(int\ " "acl_check_err_code" ");" .SH "INPUT ARGUMENTS" .PP \fIacl_check_err_code\fR .RS 4 A error code returned by \fBgfs_acl_check\fR(3)\&. .RE .SH "RETURN VALUE" .PP If the acl_check_err_code is \fIGFARM_ACL_MULTI_ERROR\fR, "Multiple entries" is returned\&. If the acl_check_err_code is \fIGFARM_ACL_DUPLICATE_ERROR\fR, "Duplicate entries" is returned\&. If the acl_check_err_code is \fIGFARM_ACL_MISS_ERROR\fR, "Missing or wrong entry" is returned\&. If the acl_check_err_code is \fIGFARM_ACL_ENTRY_ERROR\fR, "Invalid entry type" is returned\&. "No error" is returned otherwise\&. .SH "SEE ALSO" .PP \fBgfs_acl_check\fR(3), \fBgfs_acl_valid\fR(3)