DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦27ac8fc42⟧ TextFile

    Length: 1302 (0x516)
    Types: TextFile
    Notes: UNIX file
    Names: »merge.n«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/mann/merge.n« 

TextFile

.TH MERGE 1 6/29/83 "Purdue University"
.SH NAME
merge \- three-way file merge
.SH SYNOPSIS
\fBmerge\fR [ \fB-p\fR ] file1 file2 file3
.SH DESCRIPTION
.I Merge
incorporates all changes that lead form \fIfile2\fR to \fIfile3\fR into 
\fIfile1\fR. The result goes to std. output if \fB-p\fR is present, into 
\fIfile1\fR otherwise. \fIMerge\fR is useful for combining separate changes 
to an original. Suppose \fIfile2\fR is the original, and both \fIfile1\fR 
and \fIfile3\fR are modifications of \fIfile2\fR. Then \fImerge\fR 
combines both changes. 
.PP
An overlap occurs if both \fIfile1\fR and \fIfile3\fR
have changes in a common segment of lines.
\fIMerge\fR prints how many overlaps occurred, and includes both alternatives
in the result. The alternatives are delimited as follows:
.sp
.nf
        <<<<<<< file1
        lines in file1
        =======
        lines in file3
        >>>>>>> file3
.fi
.sp
If there are overlaps, the user should edit the result and delete one of the
alternatives.
.SH IDENTIFICATION
.de VL
\\$2
..
Author: Walter F. Tichy,
Purdue University, West Lafayette, IN, 47907.
.sp 0
Revision Number:
.VL $Revision: 3.0 $
; Release Date:
.VL $Date: 82/11/25 11:43:41 $
\&.
.sp 0
Copyright (c) 1982 by Walter F. Tichy.
.SH SEE ALSO
diff3 (1), diff (1), rcsmerge (1), co (1).