1 02/20/80  l1mh.compin, l2mh.compin, l3mh.compin, l4mh.compin
 2 
 3 Syntax: .ifi lXmh "Name-module-title"
 4 
 5 
 6 Function:
 7 These macros are for use with 'Name' modules only.  They perform all
 8 the actions of the equivalent lXh macros in module description mode
 9 except the start of a new page.
10 
11 
12 Arguments:
13 'Name-module-title' is the paragraph title beginning with the 'Name' or
14    'Names' keyword (See l1h.info for additional information).
15 
16 
17 Examples:
18 The active functions portion of the MPM Commands might contain:
19 
20         .ifi init_mpm "AG92"
21         .l0h "Active Functions"
22         .ifi af_intro_material
23         .ifi l1mh "N^H__^Ha_^Hm_^He: and"
24              The and active function...
25         .ifi l1mh "N^H__^Ha_^Hm_^He:  ceil"
26              The ceil active function...
27 
28 (END)