summaryrefslogtreecommitdiffstats
path: root/bin/setfacl
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2013-02-08 18:43:47 +0000
committertrasz <trasz@FreeBSD.org>2013-02-08 18:43:47 +0000
commit57fb31bcdbe887c6b20c810287489eb0cddd871e (patch)
tree24ff8b7551a71d355a937e60ea4f6b50e9eeadb6 /bin/setfacl
parent19b8d932d18579d0fa71a3568fd3205cfd095823 (diff)
downloadFreeBSD-src-57fb31bcdbe887c6b20c810287489eb0cddd871e.zip
FreeBSD-src-57fb31bcdbe887c6b20c810287489eb0cddd871e.tar.gz
Fix NFSv4 permission description in setfacl(1) manual page: the 'D'
means delete_child, not delete. MFC after: 1 week
Diffstat (limited to 'bin/setfacl')
-rw-r--r--bin/setfacl/setfacl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index c2173d3..83dc41a 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -325,9 +325,9 @@ write_data
execute
.It p
append_data
-.It d
-delete_child
.It D
+delete_child
+.It d
delete
.It a
read_attributes
OpenPOWER on IntegriCloud