Remove diffutils 2.8.1 from the vendor branch.
[dragonfly.git] / contrib / diffutils-2.8 / man / sdiff.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
2 .TH SDIFF "1" "April 2004" "diffutils 2.8.7" "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 file differences.
10 .TP
11 \fB\-o\fR FILE  \fB\-\-output\fR=\fIFILE\fR
12 Operate interactively, sending output to FILE.
13 .TP
14 \fB\-i\fR  \fB\-\-ignore\-case\fR
15 Consider upper- and lower-case to be the same.
16 .TP
17 \fB\-E\fR  \fB\-\-ignore\-tab\-expansion\fR
18 Ignore changes due to tab expansion.
19 .TP
20 \fB\-b\fR  \fB\-\-ignore\-space\-change\fR
21 Ignore changes in the amount of white space.
22 .TP
23 \fB\-W\fR  \fB\-\-ignore\-all\-space\fR
24 Ignore all white space.
25 .TP
26 \fB\-B\fR  \fB\-\-ignore\-blank\-lines\fR
27 Ignore changes whose lines are all blank.
28 .TP
29 \fB\-I\fR RE  \fB\-\-ignore\-matching\-lines\fR=\fIRE\fR
30 Ignore changes whose lines all match RE.
31 .TP
32 \fB\-\-strip\-trailing\-cr\fR
33 Strip trailing carriage return on input.
34 .TP
35 \fB\-a\fR  \fB\-\-text\fR
36 Treat all files as text.
37 .TP
38 \fB\-w\fR NUM  \fB\-\-width\fR=\fINUM\fR
39 Output at most NUM (default 130) print columns.
40 .TP
41 \fB\-l\fR  \fB\-\-left\-column\fR
42 Output only the left column of common lines.
43 .TP
44 \fB\-s\fR  \fB\-\-suppress\-common\-lines\fR
45 Do not output common lines.
46 .TP
47 \fB\-t\fR  \fB\-\-expand\-tabs\fR
48 Expand tabs to spaces in output.
49 .TP
50 \fB\-\-tabsize\fR=\fINUM\fR
51 Tab stops are every NUM (default 8) print columns.
52 .TP
53 \fB\-d\fR  \fB\-\-minimal\fR
54 Try hard to find a smaller set of changes.
55 .TP
56 \fB\-H\fR  \fB\-\-speed\-large\-files\fR
57 Assume large files and many scattered small changes.
58 .TP
59 \fB\-\-diff\-program\fR=\fIPROGRAM\fR
60 Use PROGRAM to compare files.
61 .TP
62 \fB\-v\fR  \fB\-\-version\fR
63 Output version info.
64 .TP
65 \fB\-\-help\fR
66 Output this help.
67 .PP
68 If a FILE is `-', read standard input.
69 Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
70 .SH AUTHOR
71 Written by Thomas Lord.
72 .SH "REPORTING BUGS"
73 Report bugs to <bug-gnu-utils@gnu.org>.
74 .SH COPYRIGHT
75 Copyright \(co 2004 Free Software Foundation, Inc.
76 .br
77 This is free software; see the source for copying conditions.  There is NO
78 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79 .SH "SEE ALSO"
80 The full documentation for
81 .B sdiff
82 is maintained as a Texinfo manual.  If the
83 .B info
84 and
85 .B sdiff
86 programs are properly installed at your site, the command
87 .IP
88 .B info diff
89 .PP
90 should give you access to the complete manual.