svn commit: r246558 - head/bin/setfacl

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Feb 8 18:12:17 UTC 2013


Author: trasz
Date: Fri Feb  8 18:12:16 2013
New Revision: 246558
URL: http://svnweb.freebsd.org/changeset/base/246558

Log:
  Improve description of the "-m" option to setfacl(1).
  
  Submitted by:	scottl
  MFC after:	1 week

Modified:
  head/bin/setfacl/setfacl.1

Modified: head/bin/setfacl/setfacl.1
==============================================================================
--- head/bin/setfacl/setfacl.1	Fri Feb  8 18:02:28 2013	(r246557)
+++ head/bin/setfacl/setfacl.1	Fri Feb  8 18:12:16 2013	(r246558)
@@ -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


More information about the svn-src-all mailing list