summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/utils.xml10
2 files changed, 8 insertions, 6 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 9ce8bb65b..096d3f776 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-28 Corinna Vinschen <corinna@vinschen.de>
+
+ * utils.xml (getfacl): Adjust options to option nmame change.
+
2015-02-25 Warren Young <warren@etr-usa.com>
* faq-using.xml (faq.using.ssh-pubkey-stops-working): More
diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml
index e5f073013..adafc2b7d 100644
--- a/winsup/doc/utils.xml
+++ b/winsup/doc/utils.xml
@@ -518,12 +518,10 @@ Other options:
Usage: getfacl [-adn] FILE [FILE2...]
Display file and directory access control lists (ACLs).
-
- -a, --all display the filename, the owner, the group, and
- the ACL of the file
- -d, --dir display the filename, the owner, the group, and
- the default ACL of the directory, if it exists
- -h, --help output usage information and exit
+
+ -a, --access display the file access control list
+ -d, --default display the default access control list
+ -h, --help print help explaining the command line options
-n, --noname display user and group IDs instead of names
-V, --version output version information and exit