svn commit: r246557 - head/bin/setfacl

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Feb 8 18:02:30 UTC 2013


Author: trasz
Date: Fri Feb  8 18:02:28 2013
New Revision: 246557
URL: http://svnweb.freebsd.org/changeset/base/246557

Log:
  In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,
  one should really use -a and -x instead of -m.
  
  MFC after:	1 week

Modified:
  head/bin/setfacl/setfacl.1

Modified: head/bin/setfacl/setfacl.1
==============================================================================
--- head/bin/setfacl/setfacl.1	Fri Feb  8 17:44:44 2013	(r246556)
+++ head/bin/setfacl/setfacl.1	Fri Feb  8 18:02:28 2013	(r246557)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 2, 2012
+.Dd February 8, 2013
 .Dt SETFACL 1
 .Os
 .Sh NAME
@@ -95,6 +95,11 @@ Modify the ACL entries on the specified 
 entries and modifying existing ACL entries with the ACL entries
 specified in
 .Ar entries .
+For NFSv4 ACLs, it is recommended to use the
+.Fl a
+and
+.Fl x
+instead.
 .It Fl M Ar file
 Modify the ACL entries on the specified files by adding new
 ACL entries and modifying existing ACL entries with the ACL


More information about the svn-src-all mailing list