diff options
Diffstat (limited to 'lib/libposix1e/acl_set.3')
-rw-r--r-- | lib/libposix1e/acl_set.3 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/libposix1e/acl_set.3 b/lib/libposix1e/acl_set.3 index d5acec3..916292c 100644 --- a/lib/libposix1e/acl_set.3 +++ b/lib/libposix1e/acl_set.3 @@ -29,7 +29,6 @@ .Dt ACL_SET 3 .Os FreeBSD 4.0 .Sh NAME -.Fd int .Nm acl_set_file , .Nm acl_set_fd , .Nm acl_set_fd_np @@ -65,7 +64,7 @@ allows the setting of ACLs of any type. FreeBSD's support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES -Upon successfull completion, the function shall return a value of zero. +Upon successful completion, the function shall return a value of zero. Otherwise, a value of -1 shall be returned and .Va errno shall be set to indicate the error. @@ -116,12 +115,16 @@ read-only. .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation -mailing list. To join this list, see the FreeBSD POSIX.1e implementation +mailing list. To join this list, see the +.Fx +POSIX.1e implementation page for more information. .Sh HISTORY -POSIX.1e support was introduced in FreeBSD 4.0, and development continues. +POSIX.1e support was introduced in +.Fx 4.0 , +and development continues. .Sh AUTHORS -Robert N M Watson +.An Robert N M Watson .Sh BUGS These features are not yet fully implemented. In particular, the shipped version of UFS/FFS does not support storage of additional security labels, |