o Expand the explaination of the -b option WRT the resulting

group ACL entry in relation to the existing group and mask
  ACL entries.
o Move the explanation of multiple ACL entries on the command
  line to the ACL ENTRIES section.

Obtained from:	TrustedBSD Project
This commit is contained in:
Chris D. Faulhaber 2001-12-02 18:46:33 +00:00
parent 6464bbfa03
commit 458ad6cb17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87226

View File

@ -49,6 +49,16 @@ The following options are available:
.Bl -tag -width indent
.It Fl b
Remove all ACL entries except for the three required entries.
If the ACL contains a
.Dq Li mask
entry, the permissions of the
.Dq Li group
entry in the resulting ACL will be set to the permission
associatd with both the
.Dq Li group
and
.Dq Li mask
entries of the current ACL.
.It Fl d
The operations apply to the default ACL entries instead of
access ACL entries. Currently only directories may have
@ -89,9 +99,6 @@ from the access or default ACL of the specified files.
.Pp
The above options are evaluated in the order specified
on the command-line.
.Pp
Multiple ACL entries specified on the command line are
separated by commas.
.Sh ACL ENTRIES
An ACL entry contains three colon-separated fields:
an ACL tag, an ACL qualifier, and discretionary access
@ -192,6 +199,9 @@ ACL entries, file owning group,
ACL entries, and
.Dq Li other
ACL entry.
.Pp
Multiple ACL entries specified on the command line are
separated by commas.
.Sh DIAGNOSTICS
.Ex -std
.Sh EXAMPLES