]> icculus.org git repositories - icculus/xz.git/blob - src/scripts/lzdiff.1
Fix wrong return type (uint32_t -> bool).
[icculus/xz.git] / src / scripts / lzdiff.1
1 .TH LZDIFF 1 "24 Jun 2005" "LZMA utils"
2 .SH NAME
3 lzcmp, lzdiff \- compare LZMA compressed files
4 .SH SYNOPSIS
5 .B lzcmp
6 .RI [ cmp_options "] " file1 " [" file2 ]
7 .br
8 .B zdiff
9 .RI [ diff_options "] " file1 " [" file2 ]
10 .SH DESCRIPTION
11 .B  lzcmp
12 and 
13 .B zdiff
14 are used to invoke the
15 .BR cmp (1)
16 or the
17 .BR diff (1)
18 program on compressed files.  All options specified are passed directly to
19 .B cmp
20 or
21 .BR diff "."
22 If only 1 file is specified, then the files compared are
23 .I file1
24 and an uncompressed
25 .IB file1 ".gz\fR."
26 If two files are specified, then they are uncompressed if necessary and fed to
27 .B cmp
28 or
29 .BR diff "."
30 The exit status from 
31 .B cmp
32 or
33 .B diff
34 is preserved.
35 .SH AUTHORS
36 This manual page was ripped from
37 .BR zdiff (1)
38 shipped in gzip package.
39 .SH "SEE ALSO"
40 .BR cmp (1),
41 .BR diff (1),
42 .BR lzmore(1),
43 .BR lzgrep(1),
44 .BR lzma (1),
45 .BR lzmash (1)
46 .SH BUGS
47 Messages from the
48 .B cmp
49 or
50 .B diff
51 programs refer to temporary filenames instead of those specified.