* setfacl (usage): Remove double ":" for mask and other.

This commit is contained in:
Corinna Vinschen 2003-01-10 11:39:19 +00:00
parent be99c75bd8
commit e410614acf
2 changed files with 6 additions and 2 deletions

View 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.

View 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"