summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-09-29 23:59:58 +0000
committerNathan Scott <nathans@sgi.com>2003-09-29 23:59:58 +0000
commit66958991ea0764cadb840f5971c6d949d83fa842 (patch)
tree5871895f13f20f2a7a7df62b7f64a5105b571d99 /man
parent66e5b01fd8ac0be80e233c9803694b5020a4afff (diff)
downloadacl-66958991ea0764cadb840f5971c6d949d83fa842.tar.gz
Fix a minor documentation error in setfacl man page
Diffstat (limited to 'man')
-rw-r--r--man/man1/setfacl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/setfacl.1 b/man/man1/setfacl.1
index 27cb7ca..140b58e 100644
--- a/man/man1/setfacl.1
+++ b/man/man1/setfacl.1
@@ -256,7 +256,7 @@ getfacl file1 | setfacl --set-file=- file2
Copying the access ACL into the Default ACL
.RS
.fam C
-getfacl -a dir | setfacl -d -M- dir
+getfacl --access dir | setfacl -d -M- dir
.fam T
.RE
.SH CONFORMANCE TO POSIX 1003.1e DRAFT STANDARD 17