Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-02-28 16:15:53 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-02-28 16:15:53 +0300
commit583d56ee204bd40050fc69956c511a04957cdbd4 (patch)
tree9988fc7797e6204b610983c30080c2adb1e68d68 /winsup
parentf33558a084e03591706e136fbb5e795c9278c52b (diff)
* utils.xml (getfacl): Adjust options to option nmame change.
Diffstat (limited to 'winsup')
-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