svn commit: r258875 - stable/10/lib/libc/posix1e

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Dec 3 18:18:36 UTC 2013


Author: trasz
Date: Tue Dec  3 18:18:35 2013
New Revision: 258875
URL: http://svnweb.freebsd.org/changeset/base/258875

Log:
  MFC r258041:
  
  Mention acl_get_brand_np(3).
  
  Approved by:	re (gjb)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/lib/libc/posix1e/acl.3
Directory Properties:
  stable/10/lib/libc/   (props changed)

Modified: stable/10/lib/libc/posix1e/acl.3
==============================================================================
--- stable/10/lib/libc/posix1e/acl.3	Tue Dec  3 18:15:27 2013	(r258874)
+++ stable/10/lib/libc/posix1e/acl.3	Tue Dec  3 18:18:35 2013	(r258875)
@@ -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 ,


More information about the svn-src-stable-10 mailing list