1 03/21/85 print_devices
 2 
 3 Syntax as a command:  print_devices {-control_args}
 4 
 5 
 6 Function:  prints a list of devices for each request type handled by
 7 the I/O daemon.  Also, the driver access name and driver authorization
 8 (if any) for each request type are printed.  An asterisk (*)
 9 immediately preceding a device name indicates that the associated
10 request type is the default for the device.
11 
12 
13 Control arguments:
14 -access_name STR, -an STR
15    lists only devices for those request types having a driver access
16    name of STR (STR should be of the form Person_id.Project_id).
17 -brief, -bf
18    suppresses printing of a heading line.
19 -dir path
20    specifies the absolute pathname of the directory containing the
21    iod_working_tables segment.  If not given, the directory >ddd>idd is
22    assumed.
23 -request_type STR, -rqt STR
24    lists only devices for the request type specified by STR (e.g.,
25    printer, punch).