.\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" .\" %sccs.include.redist.man% .\" .\" @(#)pmerge.1 6.3 (Berkeley) 03/14/91 .\" .Vx .Vx .Dd .Dt PMERGE 1 .Os BSD 4 .Sh NAME .Nm pmerge .Nd pascal file merger .Sh SYNOPSIS .Nm pmerge .Ar name.p ... .Sh DESCRIPTION .Nm Pmerge assembles the named Pascal files into a single standard Pascal program. The resulting program is listed on the standard output. It is intended to be used to merge a collection of separately compiled modules so that they can be run through .Ic pi , or exported to other sites. .Sh FILES .Dw /usr/tmp/MG* .Di L .Dp Pa /usr/tmp/MG* default temporary files .Dp .Sh SEE ALSO .Xr pc 1 , .Xr pi 1 , .br Auxiliary documentation .Em Ar Berkeley Pascal User's Manual . .Sh HISTORY .Nm Pmerge appeared in 4.1 BSD. .Sh AUTHOR M. Kirk McKusick .Sh BUGS 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.