1 03/21/90  terminate_refname, tmr
 2 
 3 Syntax as a command:  tmr ref_names
 4 
 5 
 6 Function: removes a segment or MSF from your address space and resets
 7 links to the terminated file. It is commonly used prior to initiating
 8 a different version of a program.
 9 
10 
11 Arguments:
12 ref_names
13    are the reference names of segments or MSFs to be terminated.
14 
15 
16 Control arguments:
17 -brief, -bf
18    suppresses all error messages.
19 
20 -name STR, -nm STR
21    specifies a reference name STR that begins with a minus sign, to
22    distinguish it from a control argument.
23 
24 
25 Notes: This command allows termination by reference name rather than
26 by pathname.  The segment or MSF itself is terminated, not merely the
27 reference name specified.
28 
29 Be careful not to unintentionally terminate a segment of the command
30 language interpreter or another critical piece of the environment.
31 Fatal process errors usually result from such an action.
32 
33 The star convention is not recognized.
34 
35 If the refname specified is on a component of an object MSF, all of the
36 components of the MSF are terminated, and links to them unsnapped.