Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / bzip2 / dist / bzdiff.1
bloba8d109bda792a26d8c2a13939404861158cfe83a
1 .\"     $NetBSD: bzdiff.1,v 1.1.1.1 2012/05/07 00:21:46 wiz Exp $
2 .\"
3 \"Shamelessly copied from zmore.1 by Philippe Troin <phil@fifi.org>
4 \"for Debian GNU/Linux
5 .TH BZDIFF 1
6 .SH NAME
7 bzcmp, bzdiff \- compare bzip2 compressed files
8 .SH SYNOPSIS
9 .B bzcmp
10 [ cmp_options ] file1
11 [ file2 ]
12 .br
13 .B bzdiff
14 [ diff_options ] file1
15 [ file2 ]
16 .SH DESCRIPTION
17 .I  Bzcmp
18 and 
19 .I bzdiff
20 are used to invoke the
21 .I cmp
22 or the
23 .I diff
24 program on bzip2 compressed files.  All options specified are passed
25 directly to
26 .I cmp
28 .IR diff "."
29 If only 1 file is specified, then the files compared are
30 .I file1
31 and an uncompressed
32 .IR file1 ".bz2."
33 If two files are specified, then they are uncompressed if necessary and fed to
34 .I cmp
36 .IR diff "."
37 The exit status from 
38 .I cmp
40 .I diff
41 is preserved.
42 .SH "SEE ALSO"
43 cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)
44 .SH BUGS
45 Messages from the
46 .I cmp
48 .I diff
49 programs refer to temporary filenames instead of those specified.