Merge branch 'vendor/GDB'
[dragonfly.git] / contrib / diffutils / man / diff3.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2 .TH DIFF3 "1" "April 2010" "diffutils 2.9.19-4065" "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\-diffutils@gnu.org
62 GNU diffutils home page: <http://www.gnu.org/software/diffutils/>
63 General help using GNU software: <http://www.gnu.org/gethelp/>
64 .SH COPYRIGHT
65 Copyright \(co 2010 Free Software Foundation, Inc.
66 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
67 .br
68 This is free software: you are free to change and redistribute it.
69 There is NO WARRANTY, to the extent permitted by law.
70 .SH "SEE ALSO"
71 The full documentation for
72 .B diff3
73 is maintained as a Texinfo manual.  If the
74 .B info
75 and
76 .B diff3
77 programs are properly installed at your site, the command
78 .IP
79 .B info diff
80 .PP
81 should give you access to the complete manual.