1 07/25/86 terminate_segno, tms
2
3 Syntax as a command: tms segnos
4
5
6 Function: removes a segment numbers from your address space and resets
7 links to the terminated segments. It is commonly used prior to
8 initiating a different version of a program.
9
10
11 Arguments:
12 segnos
13 are segment numbers in octal to be terminated.
14
15
16 Control arguments:
17 -brief, -bf
18 suppresses the error message printed when you give an invalid segno.
19 -long, -lg
20 does not suppress the above error message. Default
21
22
23 Notes: This command allows termination by segment number rather than
24 by pathname.
25
26 Be careful not to unintentionally terminate a segment of the command
27 language interpreter or another critical piece of the environment.
28 Fatal process errors usually result from such an action.
29
30 The star convention is not recognized.
31
32 If the segment number given identifies a component of an object MSF,
33 all of the components of the MSF are terminated, and links to them
34 unsnapped.