1 03/07/87  destroy
 2 
 3 Syntax:  destroy {process_number} {-control_args}
 4 
 5 
 6 Function: destroys an existing disconnected process, and returns the
 7 user to request level.
 8 
 9 
10 Arguments:
11 process_number
12    is the sequence number of the process which you wish to be
13    destroyed. If you have more than one disconnected process, this
14    argument must be supplied. The list request displays a list of your
15    disconnected processes, with their sequence numbers.
16 
17 
18 Control arguments:
19 -hold, -hd
20    prevents the breaking of the connection between the terminal and the
21    answering service.  (Default)
22 -immediate, -im
23    bypasses termination of the existing process by the trm_ IPS signal
24    (which causes running of finish and epilogue handlers in the
25    existing process) and instead tells the hardcore to destroy the
26    existing process immediately.
27 -no_hold, -nhd
28    drops the connection after the disconnected process is destroyed.