Mention acl_get_brand_np(3).

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2013-11-12 10:44:41 +00:00
parent d005ed537c
commit ce157d5c55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258041

View File

@ -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 ,