summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/utils.xml8
2 files changed, 9 insertions, 3 deletions
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 <corinna@vinschen.de>
+
+ * utils.xml (getfacl): Document additional suid/sgid/vtx flag printing.
+
2014-08-15 Corinna Vinschen <corinna@vinschen.de>
* 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.
<command>getfacl</command> displays the owner, the group, and the ACL.
For directories <command>getfacl</command> displays additionally the
default ACL. With no options specified, <command>getfacl</command>
- 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 <xref linkend="ntsec"/> 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
+ <xref linkend="ntsec"/> in the Cygwin User's Guide. The format
for ACL output is as follows:
<screen>
# file: filename
# owner: name or uid
# group: name or uid
+ # flags: sst
user::perm
user:name or uid:perm
group::perm