1 03/07/87  new_proc
 2 
 3 Syntax:  new_proc {process_number} {-control_arg}
 4 
 5 
 6 Function: causes an existing disconnected process to be replaced by a
 7 new process, and connects your terminal to the new process.
 8 
 9 
10 Arguments:
11 process_number
12    is the sequence number of the process which you wish to be
13    replaced by a new process.  If you have more than one disconnected
14    process, this argument must be supplied. The list request displays
15    a list of your disconnected processes, with their sequence numbers.
16 
17 
18 Control arguments:
19 -immediate, -im
20    bypasses termination of the existing process by the trm_ IPS signal
21    (which causes running of finish and epilogue handlers in the
22    existing process) and instead tells the hardcore to destroy the
23    existing process immediately.