xref: /original-bsd/usr.bin/pascal/pmerge/pmerge.1 (revision c3e32dec)
1.\" Copyright (c) 1980, 1990, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.roff%
5.\"
6.\"	@(#)pmerge.1	8.1 (Berkeley) 06/06/93
7.\"
8.Dd
9.Dt PMERGE 1
10.Os BSD 4
11.Sh NAME
12.Nm pmerge
13.Nd pascal file merger
14.Sh SYNOPSIS
15.Nm pmerge
16.Ar name.p ...
17.Sh DESCRIPTION
18.Nm Pmerge
19assembles the named Pascal files into a single standard Pascal program.
20The resulting program is listed on the standard output.
21It is intended to be used to merge a collection of separately compiled
22modules so that they can be run through
23.Ic pi ,
24or exported to other sites.
25.Sh FILES
26.Bl -tag -width /usr/tmp/MG* -compact
27.It Pa /usr/tmp/MG*
28Default temporary files.
29.El
30.Sh SEE ALSO
31.Xr pc 1 ,
32.Xr pi 1
33.Rs
34.%T "Berkeley Pascal User's Manual"
35.Re
36.Sh HISTORY
37The
38.Nm pmerge
39command appeared in
40.Bx 4.1 .
41.Sh BUGS
42Very minimal error checking is done,
43so incorrect programs will produce unpredictable results.
44Block comments should be placed after the keyword to which they refer
45or they are likely to end up in bizarre places.
46