Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 18:12:16 +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: r246558 - head/bin/setfacl
Message-ID:  <201302081812.r18ICGtc090637@svn.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302081812.r18ICGtc090637>