BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / pmerge.0
CommitLineData
362b077f
C
1
2
3
4PMERGE(1) UNIX Programmer's Manual PMERGE(1)
5
6
7
8N\bNA\bAM\bME\bE
9 pmerge - pascal file merger
10
11S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
12 p\bpm\bme\ber\brg\bge\be name.p ...
13
14D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
15 _\bP_\bm_\be_\br_\bg_\be assembles the named Pascal files into a single stan-
16 dard Pascal program. The resulting program is listed on the
17 standard output. It is intended to be used to merge a col-
18 lection of separately compiled modules so that they can be
19 run through p\bpi\bi , or exported to other sites.
20
21F\bFI\bIL\bLE\bES\bS
22 /usr/tmp/MG* default temporary files
23
24S\bSE\bEE\bE A\bAL\bLS\bSO\bO
25 pc(1), pi(1),
26 Auxiliary documentation _\bB_\be_\br_\bk_\be_\bl_\be_\by _\bP_\ba_\bs_\bc_\ba_\bl _\bU_\bs_\be_\br'_\bs _\bM_\ba_\bn_\bu_\ba_\bl.
27
28A\bAU\bUT\bTH\bHO\bOR\bR
29 M. Kirk McKusick
30
31B\bBU\bUG\bGS\bS
32 Very minimal error checking is done, so incorrect programs
33 will produce unpredictable results. Block comments should
34 be placed after the keyword to which they refer or they are
35 likely to end up in bizarre places.
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63Printed 7/9/88 April 29, 1985 1
64
65
66