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