1 
 2 
 3 :Info: library_dir_dir.gi: ldd.gi: 02/24/82 library_dir_dir (ldd)
 4 
 5      The starting directory of the subtree in which the source and
 6 object of the system are stored.
 7 
 8 
 9 :Info: limited_service_system.gi: 02/24/82 limited service system
10 
11      A subset of the Multics system imposed on users by the project
12 administrator.
13 
14 
15 :Info: link_pair.gi: 02/24/82 link pair
16 
17      An indirect word in a procedure segment's linkage section through
18 which all references to some external data or procedure are made.
19 Until the link is snapped (i.e., connected), it contains symbolic
20 information about the external object.  A link pair initially contains
21 a code that causes a fault, and invokes the dynamic linker, when first
22 used in a process.  The linking, if successful, puts the actual
23 address of the procedure or data referenced in the link pair.
24 
25 
26 :Info: linkage_section.gi: 02/24/82 linkage section
27 
28      The portion of a procedure object segment that is a pure template
29 for impure data needed by the procedure at runtime.  The phrase also
30 refers to the impure copy made from this template.  See also
31 dynamic_linking.info.
32 
33 
34 :Info: listener.gi: 02/25/82 listener
35 
36      The program that reads command lines from the terminal and passes
37 them to the command processor.
38 
39 
40 :Info: logical_volume.gi: 02/25/82 logical volume
41 
42      A set of physical volumes that are always mounted together.
43 For more detailed information, see logical_volumes.gi.info and
44 lv_attaching.gi.info.