BSD 4_4 release
[unix-history] / usr / src / usr.bin / pascal / pmerge / pmerge.1
CommitLineData
ad787160
C
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
ccc20151 3.\"
c0567266
KB
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\" 3. All advertising materials mentioning features or use of this software
13.\" must display the following acknowledgement:
14.\" This product includes software developed by the University of
15.\" California, Berkeley and its contributors.
16.\" 4. Neither the name of the University nor the names of its contributors
17.\" may be used to endorse or promote products derived from this software
18.\" without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
b5dc1377 31.\"
ad787160
C
32.\" @(#)pmerge.1 8.1 (Berkeley) 6/6/93
33.\"
34.Dd June 6, 1993
b5dc1377
CL
35.Dt PMERGE 1
36.Os BSD 4
37.Sh NAME
38.Nm pmerge
39.Nd pascal file merger
40.Sh SYNOPSIS
41.Nm pmerge
42.Ar name.p ...
43.Sh DESCRIPTION
44.Nm Pmerge
ccc20151
KM
45assembles the named Pascal files into a single standard Pascal program.
46The resulting program is listed on the standard output.
47It is intended to be used to merge a collection of separately compiled
b5dc1377
CL
48modules so that they can be run through
49.Ic pi ,
50or exported to other sites.
51.Sh FILES
9fce197b
CL
52.Bl -tag -width /usr/tmp/MG* -compact
53.It Pa /usr/tmp/MG*
54Default temporary files.
55.El
b5dc1377
CL
56.Sh SEE ALSO
57.Xr pc 1 ,
9fce197b
CL
58.Xr pi 1
59.Rs
60.%T "Berkeley Pascal User's Manual"
61.Re
b5dc1377 62.Sh HISTORY
9fce197b
CL
63The
64.Nm pmerge
65command appeared in
66.Bx 4.1 .
b5dc1377 67.Sh BUGS
ccc20151
KM
68Very minimal error checking is done,
69so incorrect programs will produce unpredictable results.
70Block comments should be placed after the keyword to which they refer
71or they are likely to end up in bizarre places.