Re: Syntax error in setfacl man page

2011-04-18 Thread Corinna Vinschen
On Apr 12 19:27, Fran wrote: > I wrote: > > > Sometime in the last few months, setfacl stopped accepting two colons (::) > > after the keyword "other", as in this example: > > > > $ setfacl -s user::rw-,group::r--,other::r-- filename > > setfacl: illegal acl entries > > > > But the setfacl(1

Re: Syntax error in setfacl man page

2011-04-12 Thread Fran
I wrote: > Sometime in the last few months, setfacl stopped accepting two colons (::) > after the keyword "other", as in this example: > > $ setfacl -s user::rw-,group::r--,other::r-- filename > setfacl: illegal acl entries > > But the setfacl(1) man page continues to show the invalid syntax

Syntax error in setfacl man page

2011-04-12 Thread Fran
Sometime in the last few months, setfacl stopped accepting two colons (::) after the keyword "other", as in this example: $ setfacl -s user::rw-,group::r--,other::r-- filename setfacl: illegal acl entries But the setfacl(1) man page continues to show the invalid syntax: o[ther]::perm The