* setfacl (usage): Remove double ":" for mask and other.
This commit is contained in:
parent
be99c75bd8
commit
e410614acf
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue