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