diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-01-10 11:39:19 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-01-10 11:39:19 +0000 |
commit | e410614acfa5a2954ac76a6480ab4af323758e23 (patch) | |
tree | 2f9efb5863a7a67c687de60fec5ef0a5e3dd8c00 /winsup/utils/setfacl.c | |
parent | be99c75bd8a0788ab9c365d008d5d2a1b89b3a1e (diff) | |
download | newlib-e410614acfa5a2954ac76a6480ab4af323758e23.zip newlib-e410614acfa5a2954ac76a6480ab4af323758e23.tar.gz newlib-e410614acfa5a2954ac76a6480ab4af323758e23.tar.bz2 |
* setfacl (usage): Remove double ":" for mask and other.
Diffstat (limited to 'winsup/utils/setfacl.c')
-rw-r--r-- | winsup/utils/setfacl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c index 4dffcd7..8747d84 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" |