~peter-pearse/ubuntu/natty/diffutils/prop001

« back to all changes in this revision

Viewing changes to man/diff.1

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2010-05-04 20:38:00 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100504203800-f67xd9rsa9xl9qqj
Tags: 1:3.0-1
New upstream release.

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 DIFF "1" "April 2002" "diffutils 2.8.1" "User Commands"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 
2
.TH DIFF "1" "April 2010" "diffutils 2.9.19-4065" "User Commands"
3
3
.SH NAME
4
4
diff \- compare files line by line
5
5
.SH SYNOPSIS
103
103
%=
104
104
lines common to FILE1 and FILE2
105
105
.TP
106
 
%[-][WIDTH][.[PREC]]{doxX}LETTER
107
 
printf-style spec for LETTER
 
106
%[\-][WIDTH][.[PREC]]{doxX}LETTER
 
107
printf\-style spec for LETTER
108
108
.IP
109
109
LETTERs are as follows for new group, lower case for old group:
110
110
.TP
115
115
last line number
116
116
.TP
117
117
N
118
 
number of lines = L-F+1
 
118
number of lines = L\-F+1
119
119
.TP
120
120
E
121
 
F-1
 
121
F\-1
122
122
.TP
123
123
M
124
124
L+1
131
131
%l
132
132
contents of line, excluding any trailing newline
133
133
.TP
134
 
%[-][WIDTH][.[PREC]]{doxX}n
135
 
printf-style spec for input line number
 
134
%[\-][WIDTH][.[PREC]]{doxX}n
 
135
printf\-style spec for input line number
136
136
.IP
137
137
Either GFMT or LFMT may contain:
138
138
.TP
154
154
\fB\-T\fR  \fB\-\-initial\-tab\fR
155
155
Make tabs line up by prepending a tab.
156
156
.TP
 
157
\fB\-\-tabsize\fR=\fINUM\fR
 
158
Tab stops are every NUM (default 8) print columns.
 
159
.TP
 
160
\fB\-\-suppress\-blank\-empty\fR
 
161
Suppress space or tab before empty output lines.
 
162
.TP
157
163
\fB\-r\fR  \fB\-\-recursive\fR
158
164
Recursively compare any subdirectories found.
159
165
.TP
198
204
.PP
199
205
FILES are `FILE1 FILE2' or `DIR1 DIR2' or `DIR FILE...' or `FILE... DIR'.
200
206
If \fB\-\-from\-file\fR or \fB\-\-to\-file\fR is given, there are no restrictions on FILES.
201
 
If a FILE is `-', read standard input.
 
207
If a FILE is `\-', read standard input.
 
208
Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
202
209
.SH AUTHOR
203
210
Written by Paul Eggert, Mike Haertel, David Hayes,
204
211
Richard Stallman, and Len Tower.
205
212
.SH "REPORTING BUGS"
206
 
Report bugs to <bug-gnu-utils@gnu.org>.
 
213
Report bugs to: bug\-diffutils@gnu.org
 
214
GNU diffutils home page: <http://www.gnu.org/software/diffutils/>
 
215
General help using GNU software: <http://www.gnu.org/gethelp/>
207
216
.SH COPYRIGHT
208
 
Copyright \(co 2002 Free Software Foundation, Inc.
209
 
.PP
210
 
This program comes with NO WARRANTY, to the extent permitted by law.
211
 
You may redistribute copies of this program
212
 
under the terms of the GNU General Public License.
213
 
For more information about these matters, see the file named COPYING.
 
217
Copyright \(co 2010 Free Software Foundation, Inc.
 
218
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
 
219
.br
 
220
This is free software: you are free to change and redistribute it.
 
221
There is NO WARRANTY, to the extent permitted by law.
214
222
.SH "SEE ALSO"
215
223
The full documentation for
216
224
.B diff