~ubuntu-branches/ubuntu/vivid/diffutils/vivid

« back to all changes in this revision

Viewing changes to man/sdiff.1

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2010-02-13 11:49:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100213114900-09lz8jx6wct52qp8
Tags: 1:2.9-1
* New upstream release, now under GPL version 3 or later.
* There is now a --tab-size option. Closes: #82923.
* Manpage for cmp describes exit status. Closes: #200614.
* Manpage for diff describes exit status. Closes: #228441, #473233.
* The file de.po is now more recent. Closes: #313686.
* Fixed bad sdiff behaviour. Closes: #320222.
* Added wdiff to Suggests. Closes: #324627.
* Fixed cmp behaviour regarding stdout and stderr. Closes: #356083.
* The file ru.po is now more recent. Closes: #409274.
* The file es.po is now more recent. Closes: #418005, #481708.
* The file nl.po is now more recent. Closes: #427370.
* Modified watch file to use http instead of ftp.
* Removed .comment section from executables.
* Added Homepage field to control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.27.
2
 
.TH SDIFF "1" "April 2002" "diffutils 2.8.1" "User Commands"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 
2
.TH SDIFF "1" "February 2010" "diffutils 2.9" "User Commands"
3
3
.SH NAME
4
4
sdiff \- side-by-side merge of file differences
5
5
.SH SYNOPSIS
6
6
.B sdiff
7
7
[\fIOPTION\fR]... \fIFILE1 FILE2\fR
8
8
.SH DESCRIPTION
9
 
Side-by-side merge of file differences.
 
9
Side\-by\-side merge of file differences.
10
10
.TP
11
11
\fB\-o\fR FILE  \fB\-\-output\fR=\fIFILE\fR
12
12
Operate interactively, sending output to FILE.
13
13
.TP
14
14
\fB\-i\fR  \fB\-\-ignore\-case\fR
15
 
Consider upper- and lower-case to be the same.
 
15
Consider upper\- and lower\-case to be the same.
16
16
.TP
17
17
\fB\-E\fR  \fB\-\-ignore\-tab\-expansion\fR
18
18
Ignore changes due to tab expansion.
36
36
Treat all files as text.
37
37
.TP
38
38
\fB\-w\fR NUM  \fB\-\-width\fR=\fINUM\fR
39
 
Output at most NUM (default 130) columns per line.
 
39
Output at most NUM (default 130) print columns.
40
40
.TP
41
41
\fB\-l\fR  \fB\-\-left\-column\fR
42
42
Output only the left column of common lines.
47
47
\fB\-t\fR  \fB\-\-expand\-tabs\fR
48
48
Expand tabs to spaces in output.
49
49
.TP
 
50
\fB\-\-tabsize\fR=\fINUM\fR
 
51
Tab stops are every NUM (default 8) print columns.
 
52
.TP
50
53
\fB\-d\fR  \fB\-\-minimal\fR
51
54
Try hard to find a smaller set of changes.
52
55
.TP
62
65
\fB\-\-help\fR
63
66
Output this help.
64
67
.PP
65
 
If a FILE is `-', read standard input.
 
68
If a FILE is `\-', read standard input.
 
69
Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
66
70
.SH AUTHOR
67
71
Written by Thomas Lord.
68
72
.SH "REPORTING BUGS"
69
 
Report bugs to <bug-gnu-utils@gnu.org>.
 
73
Report bugs to: bug\-diffutils@gnu.org
 
74
GNU diffutils home page: <http://www.gnu.org/software/diffutils/>
 
75
General help using GNU software: <http://www.gnu.org/gethelp/>
70
76
.SH COPYRIGHT
71
 
Copyright \(co 2002 Free Software Foundation, Inc.
72
 
.PP
73
 
This program comes with NO WARRANTY, to the extent permitted by law.
74
 
You may redistribute copies of this program
75
 
under the terms of the GNU General Public License.
76
 
For more information about these matters, see the file named COPYING.
 
77
Copyright \(co 2010 Free Software Foundation, Inc.
 
78
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
 
79
.br
 
80
This is free software: you are free to change and redistribute it.
 
81
There is NO WARRANTY, to the extent permitted by law.
77
82
.SH "SEE ALSO"
78
83
The full documentation for
79
84
.B sdiff