1 02/12/85 encode_access_class, eac
2
3 Syntax as a command: eac STR -control_arg
4
5
6 Syntax as an active function: eac STR -control_arg
7
8
9 Function: prints/returns an encoded version a short character string
10 suitable for inclusion in entrynames of an access class; this is an
11 interface to the subroutine convert_access_class_$encode.
12
13
14 Arguments:
15 STR
16 is the access class to be encoded. If you use STR, don't use the
17 control argument. If you give no access class, the process's
18 current authorization is used.
19
20
21 Control arguments:
22 -access_class ACC, -acc ACC
23 is an alternate way to specify the access class, where ACC is the
24 access class to be encoded.