* lib/get-permissions.c, lib/strftime.c: Merge into the comments
some grammar fixes Alan Mackenzie made to GNU Emacs.
+2016-01-25 Paul Eggert <eggert@cs.ucla.edu>
+
+ get-permissions, strftime: fix grammar in comments
+ * lib/get-permissions.c, lib/strftime.c: Merge into the comments
+ some grammar fixes Alan Mackenzie made to GNU Emacs.
+
2016-01-25 Daiki Ueno <ueno@gnu.org>
gettext: mark as obsolete
There is an API
pathconf (name, _PC_ACL_ENABLED)
fpathconf (desc, _PC_ACL_ENABLED)
- that allows to determine which of the two kinds of ACLs is supported
+ that allows us to determine which of the two kinds of ACLs is supported
for the given file. But some file systems may implement this call
incorrectly, so better not use it.
When fetching the source ACL, we simply fetch both ACL types.
break;
}
- /* As a GNU extension we allow to specify the field width. */
+ /* As a GNU extension we allow the field width to be specified. */
if (ISDIGIT (*f))
{
width = 0;