svn commit: r246559 - head/bin/setfacl

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Feb 8 18:43:47 UTC 2013


Author: trasz
Date: Fri Feb  8 18:43:47 2013
New Revision: 246559
URL: http://svnweb.freebsd.org/changeset/base/246559

Log:
  Fix NFSv4 permission description in setfacl(1) manual page: the 'D'
  means delete_child, not delete.
  
  MFC after:	1 week

Modified:
  head/bin/setfacl/setfacl.1

Modified: head/bin/setfacl/setfacl.1
==============================================================================
--- head/bin/setfacl/setfacl.1	Fri Feb  8 18:12:16 2013	(r246558)
+++ head/bin/setfacl/setfacl.1	Fri Feb  8 18:43:47 2013	(r246559)
@@ -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


More information about the svn-src-head mailing list