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

« back to all changes in this revision

Viewing changes to man/cmp.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 CMP "1" "April 2002" "diffutils 2.8.1" "User Commands"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 
2
.TH CMP "1" "February 2010" "diffutils 2.9" "User Commands"
3
3
.SH NAME
4
4
cmp \- compare two files byte by byte
5
5
.SH SYNOPSIS
38
38
kB 1000, K 1024, MB 1,000,000, M 1,048,576,
39
39
GB 1,000,000,000, G 1,073,741,824, and so on for T, P, E, Z, Y.
40
40
.PP
41
 
If a FILE is `-' or missing, read standard input.
 
41
If a FILE is `\-' or missing, read standard input.
 
42
Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
42
43
.SH AUTHOR
43
44
Written by Torbjorn Granlund and David MacKenzie.
44
45
.SH "REPORTING BUGS"
45
 
Report bugs to <bug-gnu-utils@gnu.org>.
 
46
Report bugs to: bug\-diffutils@gnu.org
 
47
GNU diffutils home page: <http://www.gnu.org/software/diffutils/>
 
48
General help using GNU software: <http://www.gnu.org/gethelp/>
46
49
.SH COPYRIGHT
47
 
Copyright \(co 2002 Free Software Foundation, Inc.
48
 
.PP
49
 
This program comes with NO WARRANTY, to the extent permitted by law.
50
 
You may redistribute copies of this program
51
 
under the terms of the GNU General Public License.
52
 
For more information about these matters, see the file named COPYING.
 
50
Copyright \(co 2010 Free Software Foundation, Inc.
 
51
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
 
52
.br
 
53
This is free software: you are free to change and redistribute it.
 
54
There is NO WARRANTY, to the extent permitted by law.
53
55
.SH "SEE ALSO"
54
56
The full documentation for
55
57
.B cmp