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