4.2BSD/usr/man/man1/pmerge.1

Compare this file to the similar file:
Show the results in this format:

.TH PMERGE 1 "18 January 1983"
.UC 4
.SH NAME
pmerge \- pascal file merger
.SH SYNOPSIS
.B pmerge
name.p ...
.SH DESCRIPTION
.I 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 
.B pi
, or exported to other sites.
.SH FILES
.ta 1.5i
/usr/tmp/MG\(**	default temporary files
.br
.SH "SEE ALSO"
pc(1),
pi(1),
.br
Auxiliary documentation
.I Berkeley Pascal User's Manual.
.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.