BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / pmerge.0
PMERGE(1) UNIX Programmer's Manual PMERGE(1)
N\bNA\bAM\bME\bE
pmerge - pascal file merger
S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
p\bpm\bme\ber\brg\bge\be name.p ...
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
_\bP_\bm_\be_\br_\bg_\be assembles the named Pascal files into a single stan-
dard Pascal program. The resulting program is listed on the
standard output. It is intended to be used to merge a col-
lection of separately compiled modules so that they can be
run through p\bpi\bi , or exported to other sites.
F\bFI\bIL\bLE\bES\bS
/usr/tmp/MG* default temporary files
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
pc(1), pi(1),
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.
A\bAU\bUT\bTH\bHO\bOR\bR
M. Kirk McKusick
B\bBU\bUG\bGS\bS
Very minimal error checking is done, so incorrect programs
will produce unpredictable results. Block comments should
be placed after the keyword to which they refer or they are
likely to end up in bizarre places.
Printed 7/9/88 April 29, 1985 1