summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/setfacl.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 56bbfb79c..a783eca71 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-09 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * setfacl (usage): Remove double ":" for mask and other.
+
2003-01-07 Pierre Humblet <pierre.humblet@ieee.org>
* mkpasswd.cc (current_user): Create.
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index 4dffcd738..8747d842a 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -311,8 +311,8 @@ usage (FILE * stream)
" u[ser]:uid:perm\n"
" g[roup]::perm\n"
" g[roup]:gid:perm\n"
- " m[ask]::perm\n"
- " o[ther]::perm\n"
+ " m[ask]:perm\n"
+ " o[ther]:perm\n"
"\n"
" Default entries are like the above with the additional\n"
" default identifier. For example: \n"