diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-12-03 00:27:15 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-12-03 00:27:15 +0000 |
commit | e0f46659fc7ba2e524035cc4c192580d56ccf416 (patch) | |
tree | 3bf7130d66264a62d6963308ade8689e1a080905 /bin/setfacl | |
parent | 398478b467003af3439f9df80988cf35ce95c2b4 (diff) | |
download | FreeBSD-src-e0f46659fc7ba2e524035cc4c192580d56ccf416.zip FreeBSD-src-e0f46659fc7ba2e524035cc4c192580d56ccf416.tar.gz |
Correct example to remove *all* extended ACL entries and
clarify description.
Diffstat (limited to 'bin/setfacl')
-rw-r--r-- | bin/setfacl/setfacl.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1 index b7181e3..c6f0130b 100644 --- a/bin/setfacl/setfacl.1 +++ b/bin/setfacl/setfacl.1 @@ -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 |