Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / gnu / dist / diffutils / man / sdiff.1
blobaea5ad6e06cd10c8ef1832d855c11a992c93b42b
1 .\"     $NetBSD$
2 .\"
3 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.27.
4 .TH SDIFF "1" "April 2002" "diffutils 2.8.1" "User Commands"
5 .SH NAME
6 sdiff \- side-by-side merge of file differences
7 .SH SYNOPSIS
8 .B sdiff
9 [\fIOPTION\fR]... \fIFILE1 FILE2\fR
10 .SH DESCRIPTION
11 Side-by-side merge of file differences.
12 .TP
13 \fB\-o\fR FILE  \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 RE  \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 NUM  \fB\-\-width\fR=\fINUM\fR
41 Output at most NUM (default 130) columns per line.
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\-d\fR  \fB\-\-minimal\fR
53 Try hard to find a smaller set of changes.
54 .TP
55 \fB\-H\fR  \fB\-\-speed\-large\-files\fR
56 Assume large files and many scattered small changes.
57 .TP
58 \fB\-\-diff\-program\fR=\fIPROGRAM\fR
59 Use PROGRAM to compare files.
60 .TP
61 \fB\-v\fR  \fB\-\-version\fR
62 Output version info.
63 .TP
64 \fB\-\-help\fR
65 Output this help.
66 .PP
67 If a FILE is `-', read standard input.
68 .SH AUTHOR
69 Written by Thomas Lord.
70 .SH "REPORTING BUGS"
71 Report bugs to <bug-gnu-utils@gnu.org>.
72 .SH COPYRIGHT
73 Copyright \(co 2002 Free Software Foundation, Inc.
74 .PP
75 This program comes with NO WARRANTY, to the extent permitted by law.
76 You may redistribute copies of this program
77 under the terms of the GNU General Public License.
78 For more information about these matters, see the file named COPYING.
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.