document mingw linker fix and close associated bug
[debian/gzip] / zdiff.1
1 .TH ZDIFF 1
2 .SH NAME
3 zcmp, zdiff \- compare compressed files
4 .SH SYNOPSIS
5 .B zcmp
6 [ cmp_options ] file1
7 [ file2 ]
8 .br
9 .B zdiff
10 [ diff_options ] file1
11 [ file2 ]
12 .SH DESCRIPTION
13 .I  Zcmp
14 and
15 .I zdiff
16 are used to invoke the
17 .I cmp
18 or the
19 .I diff
20 program on files compressed via
21 .IR gzip "."
22 All options specified are passed directly to
23 .I cmp
24 or
25 .IR diff "."
26 If only
27 .I file1
28 is specified, it is compared to the uncompressed contents of
29 .IR file1 ".gz."
30 If two files are specified, their contents (uncompressed if necessary) are fed to
31 .I cmp
32 or
33 .IR diff "."
34 The input files are not modified.
35 The exit status from
36 .I cmp
37 or
38 .I diff
39 is preserved.
40 .SH "SEE ALSO"
41 cmp(1), diff(1), zmore(1), zgrep(1), znew(1), zforce(1), gzip(1), gzexe(1)
42 .SH BUGS
43 Messages from the
44 .I cmp
45 or
46 .I diff
47 programs may refer to file names such as "\-" instead of to the file
48 names specified.