1 02/26/85 print_spooling_tape
 2 
 3 Syntax as a command:  print_spooling_tape prtdim device {-control_args}
 4 
 5 
 6 Function:  directly attaches a printer and prints the contents of a
 7 tape written by the spool driver.
 8 
 9 
10 Arguments:
11 prtdim
12    is the literal string "prtdim", which is the name of the standard
13    Multics printer I/O module (DIM).
14 device
15    is the name of the IOM channel for the printer device to use.
16 
17 
18 Control arguments:
19 -number N, -nbr N
20    begins printing at N where N is the file number of a file on tape.
21    If it is omitted, printing begins with the first file on the
22    spooling tape.
23 -debug, -db
24    turns on audit trace during printing.  The default is debug off.