Date: Fri, 8 Feb 2013 18:02:29 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246557 - head/bin/setfacl Message-ID: <201302081802.r18I2TQi087335@svn.freebsd.org>
index | next in thread | raw e-mail
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 ACLhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302081802.r18I2TQi087335>
