1 03/09/76 delete_acl, da
 2 
 3 Function: removes entries from the access control lists (ACLS)
 4 of segments.
 5 
 6 
 7 Syntax:  da {path} {User_ids} {-control_args}
 8 
 9 
10 Arguments:
11 path   pathname of a segment.  If omitted, the working directory is
12 assumed and User_id must be -all or -a.
13 Star convention is allowed.
14 
15 User_ids   access control names of the form Person_id.Project_id.tag.
16 If omitted, the user's Person_id and Project_id are assumed.
17 
18 
19 Control arguments:
20 -all, -a   deletes entire ACL with the exception of *.SysDaemon.*.
21 -brief, -bf   suppresses the message "User name not on ACL."
22 
23 
24 Notes:  Type "help acl_matching" for an explanation of the User_id
25 matching strategy.