Merge branch 'vendor/DIFFUTILS'
[dragonfly.git] / contrib / diffutils / man / sdiff.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.39.2.
2 .TH SDIFF "1" "September 2011" "diffutils 3.2" "User Commands"
3 .SH NAME
4 sdiff \- side-by-side merge of file differences
5 .SH SYNOPSIS
6 .B sdiff
7 [\fIOPTION\fR]... \fIFILE1 FILE2\fR
8 .SH DESCRIPTION
9 Side\-by\-side merge of differences between FILE1 and FILE2.
10 .PP
11 Mandatory arguments to long options are mandatory for short options too.
12 .TP
13 \fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
14 operate interactively, sending output to FILE
15 .TP
16 \fB\-i\fR, \fB\-\-ignore\-case\fR
17 consider upper\- and lower\-case to be the same
18 .TP
19 \fB\-E\fR, \fB\-\-ignore\-tab\-expansion\fR
20 ignore changes due to tab expansion
21 .TP
22 \fB\-b\fR, \fB\-\-ignore\-space\-change\fR
23 ignore changes in the amount of white space
24 .TP
25 \fB\-W\fR, \fB\-\-ignore\-all\-space\fR
26 ignore all white space
27 .TP
28 \fB\-B\fR, \fB\-\-ignore\-blank\-lines\fR
29 ignore changes whose lines are all blank
30 .TP
31 \fB\-I\fR, \fB\-\-ignore\-matching\-lines\fR=\fIRE\fR
32 ignore changes whose lines all match RE
33 .TP
34 \fB\-\-strip\-trailing\-cr\fR
35 strip trailing carriage return on input
36 .TP
37 \fB\-a\fR, \fB\-\-text\fR
38 treat all files as text
39 .TP
40 \fB\-w\fR, \fB\-\-width\fR=\fINUM\fR
41 output at most NUM (default 130) print columns
42 .TP
43 \fB\-l\fR, \fB\-\-left\-column\fR
44 output only the left column of common lines
45 .TP
46 \fB\-s\fR, \fB\-\-suppress\-common\-lines\fR
47 do not output common lines
48 .TP
49 \fB\-t\fR, \fB\-\-expand\-tabs\fR
50 expand tabs to spaces in output
51 .TP
52 \fB\-\-tabsize\fR=\fINUM\fR
53 tab stops at every NUM (default 8) print columns
54 .TP
55 \fB\-d\fR, \fB\-\-minimal\fR
56 try hard to find a smaller set of changes
57 .TP
58 \fB\-H\fR, \fB\-\-speed\-large\-files\fR
59 assume large files, many scattered small changes
60 .TP
61 \fB\-\-diff\-program\fR=\fIPROGRAM\fR
62 use PROGRAM to compare files
63 .TP
64 \fB\-\-help\fR
65 display this help and exit
66 .TP
67 \fB\-v\fR, \fB\-\-version\fR
68 output version information and exit
69 .PP
70 If a FILE is `\-', read standard input.
71 Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
72 .SH AUTHOR
73 Written by Thomas Lord.
74 .SH "REPORTING BUGS"
75 Report bugs to: bug\-diffutils@gnu.org
76 .br
77 GNU diffutils home page: <http://www.gnu.org/software/diffutils/>
78 .br
79 General help using GNU software: <http://www.gnu.org/gethelp/>
80 .SH COPYRIGHT
81 Copyright \(co 2011 Free Software Foundation, Inc.
82 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
83 .br
84 This is free software: you are free to change and redistribute it.
85 There is NO WARRANTY, to the extent permitted by law.
86 .SH "SEE ALSO"
87 cmp(1), diff(1), diff3(1)
88 .PP
89 The full documentation for
90 .B sdiff
91 is maintained as a Texinfo manual.  If the
92 .B info
93 and
94 .B sdiff
95 programs are properly installed at your site, the command
96 .IP
97 .B info sdiff
98 .PP
99 should give you access to the complete manual.