From 583d56ee204bd40050fc69956c511a04957cdbd4 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 28 Feb 2015 13:15:53 +0000 Subject: [PATCH] * utils.xml (getfacl): Adjust options to option nmame change. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/utils.xml | 10 ++++------ 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 + + * utils.xml (getfacl): Adjust options to option nmame change. + 2015-02-25 Warren Young * 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