4.3BSD-Reno/src/pgrm/pascal/pmerge/pmerge.1

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms are permitted provided
.\" that: (1) source distributions retain this entire copyright notice and
.\" comment, and (2) distributions including binaries display the following
.\" acknowledgement:  ``This product includes software developed by the
.\" University of California, Berkeley and its contributors'' in the
.\" documentation or other materials provided with the distribution and in
.\" all advertising materials mentioning features or use of this software.
.\" Neither the name of the University nor the names of its contributors may
.\" be used to endorse or promote products derived from this software without
.\" specific prior written permission.
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.\"     @(#)pmerge.1	6.2 (Berkeley) 6/11/90
.\"
.Dd June 11, 1990
.Dt PMERGE 1
.Os BSD 4
.Sh NAME
.Nm pmerge
.Nd pascal file merger
.Sh SYNOPSIS
.Nm pmerge
.Ar name.p ...
.Sh DESCRIPTION
.Nm Pmerge
assembles the named Pascal files into a single standard Pascal program.
The resulting program is listed on the standard output.
It is intended to be used to merge a collection of separately compiled
modules so that they can be run through
.Ic pi ,
or exported to other sites.
.Sh FILES
.Dw /usr/tmp/MG*
.Di L
.Dp Pa /usr/tmp/MG*
default temporary files
.Dp
.Sh SEE ALSO
.Xr pc 1 ,
.Xr pi 1 ,
.br
Auxiliary documentation
.Em Ar Berkeley Pascal User's Manual .
.Sh HISTORY
.Nm Pmerge
appeared in 4.1 BSD.
.Sh AUTHOR
M. Kirk McKusick
.Sh BUGS
Very minimal error checking is done,
so incorrect programs will produce unpredictable results.
Block comments should be placed after the keyword to which they refer
or they are likely to end up in bizarre places.