* setfacl.c (usage): Drop outdated note that default ACEs are not

taken into account.
This commit is contained in:
Corinna Vinschen 2014-08-31 19:20:04 +00:00
parent 489d1e5db9
commit 9845fcbb6b
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2014-08-31 Corinna Vinschen <corinna@vinschen.de>
* setfacl.c (usage): Drop outdated note that default ACEs are not
taken into account.
2014-08-31 Corinna Vinschen <corinna@vinschen.de>
* getfacl.c (usage): Add flags description.

View File

@ -1,6 +1,7 @@
/* setfacl.c
Copyright 2000, 2001, 2002, 2003, 2006, 2008, 2009, 2010, 2011 Red Hat Inc.
Copyright 2000, 2001, 2002, 2003, 2006, 2008, 2009, 2010, 2011, 2014
Red Hat Inc.
Written by Corinna Vinschen <vinschen@redhat.com>
@ -387,8 +388,7 @@ usage (FILE * stream)
"in a directory that contains default ACL entries will have\n"
"permissions according to the combination of the current umask,\n"
"the explicit permissions requested and the default ACL entries\n"
"Note: Under Cygwin, the default ACL entries are not taken into\n"
"account currently.\n\n", prog_name);
"\n", prog_name);
}
else
fprintf(stream, "Try '%s --help' for more information.\n", prog_name);