1 02/18/76  set_acl, sa
 2 
 3 Function:  manipulates the access control lists of segments.
 4 
 5 
 6 Syntax:  sa path mode1 {User_id1 ... modeN User_idN}
 7 
 8 
 9 Arguments:
10 path   pathname of a segment.  The star convention can be used.
11 
12 modei  is any or all of the letters rew for segments or null, n,
13 or "".
14 
15 User_id  is an access control name of the form
16 Person_id.Project_id.tag.  If the last modei has no User_id
17 following it, the user's Person_id and Project_id are assumed.
18 
19 
20 
21 Notes: Type "help acl_matching" for explanations of access control name
22 matching strategy.