Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pmerge(1) [bsd man page]

PMERGE(1)						      General Commands Manual							 PMERGE(1)

NAME
pmerge - pascal file merger SYNOPSIS
pmerge name.p ... DESCRIPTION
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 pi , or exported to other sites. FILES
/usr/tmp/MG* default temporary files SEE ALSO
pc(1), pi(1), Auxiliary documentation Berkeley Pascal User's Manual. AUTHOR
M. Kirk McKusick 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. 4th Berkeley Distribution April 29, 1985 PMERGE(1)

Check Out this Related Man Page

pmerge(8)						      System Manager's Manual							 pmerge(8)

NAME
pmerge - Builds a network bootable kernel. SYNOPSIS
/usr/sys/bin/pmerge bootfile kernel.name new.kernel DESCRIPTION
The kernel, vmunix, is not bootable over the network. The pmerge utility prepends the bootfile onto the kernel image (kernel.name) to cre- ate a new operating system image (new.kernel) that is bootable over the network. Instead of a booting a network loadable kernel, it is sometimes desired to bootstrap link a kernel over the network. In this case, (ker- nel.name) is the name of the sysconfigtab file on the server containing the list of modules to be loaded to the client. These modules are then linked to create a bootable kernel on the client. The pmerge utility is used by doconfig(8) to create a bootable operating system for dataless management services (DMS) client systems to boot over the network. The pmerge utility is automatically invoked by doconfig(8) during the kernel build process and should not be invoked independently. The pmerge utility is located in /var/adm/dms/dmsn.alpha/root/usr/sys/bin on the DMS server. SEE ALSO
Commands: dmu(8), doconfig(8) Sharing Software on a Local Area Network pmerge(8)
Man Page