xref: /csrg-svn/usr.bin/pascal/pmerge/pmerge.1 (revision 43083)
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.2 (Berkeley) 06/11/90
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.Dw /usr/tmp/MG*
27.Di L
28.Dp Pa /usr/tmp/MG*
29default temporary files
30.Dp
31.Sh SEE ALSO
32.Xr pc 1 ,
33.Xr pi 1 ,
34.br
35Auxiliary documentation
36.Em Ar Berkeley Pascal User's Manual .
37.Sh HISTORY
38.Nm Pmerge
39appeared in 4.1 BSD.
40.Sh AUTHOR
41M. Kirk McKusick
42.Sh BUGS
43Very minimal error checking is done,
44so incorrect programs will produce unpredictable results.
45Block comments should be placed after the keyword to which they refer
46or they are likely to end up in bizarre places.
47