Remove diffutils 2.8.1 from the vendor branch.
[dragonfly.git] / contrib / diffutils-2.8 / man / diff3.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
2 .TH DIFF3 "1" "April 2004" "diffutils 2.8.7" "User Commands"
3 .SH NAME
4 diff3 \- compare three files line by line
5 .SH SYNOPSIS
6 .B diff3
7 [\fIOPTION\fR]... \fIMYFILE OLDFILE YOURFILE\fR
8 .SH DESCRIPTION
9 Compare three files line by line.
10 .TP
11 \fB\-e\fR  \fB\-\-ed\fR
12 Output unmerged changes from OLDFILE to YOURFILE into MYFILE.
13 .TP
14 \fB\-E\fR  \fB\-\-show\-overlap\fR
15 Output unmerged changes, bracketing conflicts.
16 .TP
17 \fB\-A\fR  \fB\-\-show\-all\fR
18 Output all changes, bracketing conflicts.
19 .TP
20 \fB\-x\fR  \fB\-\-overlap\-only\fR
21 Output overlapping changes.
22 .TP
23 \fB\-X\fR
24 Output overlapping changes, bracketing them.
25 .TP
26 \fB\-3\fR  \fB\-\-easy\-only\fR
27 Output unmerged nonoverlapping changes.
28 .TP
29 \fB\-m\fR  \fB\-\-merge\fR
30 Output merged file instead of ed script (default \fB\-A\fR).
31 .TP
32 \fB\-L\fR LABEL  \fB\-\-label\fR=\fILABEL\fR
33 Use LABEL instead of file name.
34 .TP
35 \fB\-i\fR
36 Append `w' and `q' commands to ed scripts.
37 .TP
38 \fB\-a\fR  \fB\-\-text\fR
39 Treat all files as text.
40 .TP
41 \fB\-\-strip\-trailing\-cr\fR
42 Strip trailing carriage return on input.
43 .TP
44 \fB\-T\fR  \fB\-\-initial\-tab\fR
45 Make tabs line up by prepending a tab.
46 .TP
47 \fB\-\-diff\-program\fR=\fIPROGRAM\fR
48 Use PROGRAM to compare files.
49 .TP
50 \fB\-v\fR  \fB\-\-version\fR
51 Output version info.
52 .TP
53 \fB\-\-help\fR
54 Output this help.
55 .PP
56 If a FILE is `-', read standard input.
57 Exit status is 0 if successful, 1 if conflicts, 2 if trouble.
58 .SH AUTHOR
59 Written by Randy Smith.
60 .SH "REPORTING BUGS"
61 Report bugs to <bug-gnu-utils@gnu.org>.
62 .SH COPYRIGHT
63 Copyright \(co 2004 Free Software Foundation, Inc.
64 .br
65 This is free software; see the source for copying conditions.  There is NO
66 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
67 .SH "SEE ALSO"
68 The full documentation for
69 .B diff3
70 is maintained as a Texinfo manual.  If the
71 .B info
72 and
73 .B diff3
74 programs are properly installed at your site, the command
75 .IP
76 .B info diff
77 .PP
78 should give you access to the complete manual.