diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 72209d088..180f03412 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-31 Corinna Vinschen + + * utils.xml (getfacl): Document additional suid/sgid/vtx flag printing. + 2014-08-15 Corinna Vinschen * configure.ac: Convert to new AC_INIT style. diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml index 42faa260d..ffc2f1282 100644 --- a/winsup/doc/utils.xml +++ b/winsup/doc/utils.xml @@ -535,14 +535,16 @@ line separates the ACLs for each file. getfacl displays the owner, the group, and the ACL. For directories getfacl displays additionally the default ACL. With no options specified, getfacl - displays the filename, the owner, the group, and both the ACL and the - default ACL, if it exists. For more information on Cygwin and Windows - ACLs, see in the Cygwin User's Guide. The format + displays the filename, the owner, the group, the setuid (s), setgid (s), + and sticky (t) bits if available, and both the ACL and the default ACL, + if it exists. For more information on Cygwin and Windows ACLs, see + in the Cygwin User's Guide. The format for ACL output is as follows: # file: filename # owner: name or uid # group: name or uid + # flags: sst user::perm user:name or uid:perm group::perm