OSDN Git Service

* setfacl (usage): Remove double ":" for mask and other.
authorcorinna <corinna>
Fri, 10 Jan 2003 11:39:19 +0000 (11:39 +0000)
committercorinna <corinna>
Fri, 10 Jan 2003 11:39:19 +0000 (11:39 +0000)
winsup/utils/ChangeLog
winsup/utils/setfacl.c

index 56bbfb7..a783eca 100644 (file)
@@ -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.
index 4dffcd7..8747d84 100644 (file)
@@ -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"