diff options
author | trasz <trasz@FreeBSD.org> | 2013-11-12 10:44:41 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2013-11-12 10:44:41 +0000 |
commit | 8ccd0814287cc09369a6d164bec03a45b82232ae (patch) | |
tree | cc0570acf9e10e99d20754b0776ee410652e85f9 /lib/libc/posix1e | |
parent | 3cdb6ad1ffd96cc1d462dac982ec57368e80f3a2 (diff) | |
download | FreeBSD-src-8ccd0814287cc09369a6d164bec03a45b82232ae.zip FreeBSD-src-8ccd0814287cc09369a6d164bec03a45b82232ae.tar.gz |
Mention acl_get_brand_np(3).
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/acl.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3 index 717df67..e6ef892 100644 --- a/lib/libc/posix1e/acl.3 +++ b/lib/libc/posix1e/acl.3 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 25, 2009 +.Dd November 12, 2013 .Dt ACL 3 .Os .Sh NAME @@ -131,6 +131,10 @@ This function is described in .Xr acl_from_text 3 , and may be used to convert a text-form ACL into working ACL state, if the ACL has POSIX.1e or NFSv4 semantics. +.It Fn acl_get_brand_np +This function is described in +.Xr acl_get_brand_np 3 +and may be used to determine whether the ACL has POSIX.1e or NFSv4 semantics. .It Fn acl_get_entry This function is described in .Xr acl_get_entry 3 , @@ -248,6 +252,7 @@ library. .Xr acl_free 3 , .Xr acl_from_text 3 , .Xr acl_get 3 , +.Xr acl_get_brand_np 3 , .Xr acl_get_entry_type_np 3 , .Xr acl_get_flagset_np 3 , .Xr acl_get_permset 3 , |