BSD 4_1c_2 release
[unix-history] / usr / man / man1 / pmerge.1
CommitLineData
e16dc90a
C
1.TH PMERGE 1 "18 January 1983"
2.UC 4
3.SH NAME
4pmerge \- pascal file merger
5.SH SYNOPSIS
6.B pmerge
7name.p ...
8.SH DESCRIPTION
9.I Pmerge
10assembles the named Pascal files into a single standard Pascal program.
11The resulting program is listed on the standard output.
12It is intended to be used to merge a collection of separately compiled
13modules so that they can be run through
14.B pi
15, or exported to other sites.
16.SH FILES
17.ta 1.5i
18/usr/tmp/MG\(** default temporary files
19.br
20.SH "SEE ALSO"
21pc(1),
22pi(1),
23.br
24Auxiliary documentation
25.I Berkeley Pascal User's Manual.
26.SH AUTHOR
27M. Kirk McKusick
28.SH BUGS
29Very minimal error checking is done,
30so incorrect programs will produce unpredictable results.
31Block comments should be placed after the keyword to which they refer
32or they are likely to end up in bizarre places.