svn commit: r294626 - head/bin/setfacl

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Jan 23 12:19:39 UTC 2016


Author: trasz
Date: Sat Jan 23 12:19:37 2016
New Revision: 294626
URL: https://svnweb.freebsd.org/changeset/base/294626

Log:
  Don't mention the "canonical six" in setfacl(1); it describes semantics
  that's long gone.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/bin/setfacl/setfacl.1

Modified: head/bin/setfacl/setfacl.1
==============================================================================
--- head/bin/setfacl/setfacl.1	Sat Jan 23 12:13:09 2016	(r294625)
+++ head/bin/setfacl/setfacl.1	Sat Jan 23 12:19:37 2016	(r294626)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 4, 2015
+.Dd January 23, 2016
 .Dt SETFACL 1
 .Os
 .Sh NAME
@@ -62,8 +62,9 @@ starting at position
 counting from zero.
 This option is only applicable to NFSv4 ACLs.
 .It Fl b
-Remove all ACL entries except for the three required entries
-(POSIX.1e ACLs) or six "canonical" entries (NFSv4 ACLs).
+Remove all ACL entries except for the ones synthesized
+from the file mode - the three mandatory entries in case
+of POSIX.1e ACL.
 If the POSIX.1e ACL contains a
 .Dq Li mask
 entry, the permissions of the


More information about the svn-src-head mailing list