Correct example to remove *all* extended ACL entries and

clarify description.
This commit is contained in:
jedgar 2001-12-03 00:27:15 +00:00
parent 398478b467
commit e0f46659fc

View File

@ -225,10 +225,11 @@ Remove the group mail ACL entry containing read/write permissions
from
.Pa file.
.Pp
.Dl setfacl -b file
.Dl setfacl -bn file
.Pp
Remove all ACL entries except for the three required
entries from
Remove all
.Dq Li access
ACL entries except for the three required from
.Pa file .
.Pp
.Dl getfacl file1 | setfacl -b -n -M - file2