summaryrefslogtreecommitdiffstats
path: root/bin/setfacl
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2013-02-08 18:02:28 +0000
committertrasz <trasz@FreeBSD.org>2013-02-08 18:02:28 +0000
commit2e7f4de812d2878df9f40a3960d1fd7730ba5c0f (patch)
tree0b696092e613cd9d899ce9f0744270b804e070b5 /bin/setfacl
parentc07bb76c815a46c63cee793a7854e7af28791eda (diff)
downloadFreeBSD-src-2e7f4de812d2878df9f40a3960d1fd7730ba5c0f.zip
FreeBSD-src-2e7f4de812d2878df9f40a3960d1fd7730ba5c0f.tar.gz
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
Diffstat (limited to 'bin/setfacl')
-rw-r--r--bin/setfacl/setfacl.17
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index 3d7b517..48878c4 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -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 files by adding new
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
OpenPOWER on IntegriCloud