diff options
author | trasz <trasz@FreeBSD.org> | 2013-02-08 18:12:16 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2013-02-08 18:12:16 +0000 |
commit | 19b8d932d18579d0fa71a3568fd3205cfd095823 (patch) | |
tree | 3968f65cb00f804f62e696c8e685bad1530314e2 /bin | |
parent | 2e7f4de812d2878df9f40a3960d1fd7730ba5c0f (diff) | |
download | FreeBSD-src-19b8d932d18579d0fa71a3568fd3205cfd095823.zip FreeBSD-src-19b8d932d18579d0fa71a3568fd3205cfd095823.tar.gz |
Improve description of the "-m" option to setfacl(1).
Submitted by: scottl
MFC after: 1 week
Diffstat (limited to 'bin')
-rw-r--r-- | bin/setfacl/setfacl.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index 48878c4..c2173d3 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -91,15 +91,16 @@ An error will be reported if any of the specified files cannot have a default entry (i.e.\& non-directories). This option is not applicable to NFSv4 ACLs. .It Fl m Ar entries -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 . +Modify the ACL on the specified file. +New entries will be added, and existing entries will be modified +according to the +.Ar entries +argument. For NFSv4 ACLs, it is recommended to use the .Fl a and .Fl x -instead. +options 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 |