annotate src/bzip2-1.0.6/bzdiff.1 @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents e13257ea84a4
children
rev   line source
Chris@4 1 \"Shamelessly copied from zmore.1 by Philippe Troin <phil@fifi.org>
Chris@4 2 \"for Debian GNU/Linux
Chris@4 3 .TH BZDIFF 1
Chris@4 4 .SH NAME
Chris@4 5 bzcmp, bzdiff \- compare bzip2 compressed files
Chris@4 6 .SH SYNOPSIS
Chris@4 7 .B bzcmp
Chris@4 8 [ cmp_options ] file1
Chris@4 9 [ file2 ]
Chris@4 10 .br
Chris@4 11 .B bzdiff
Chris@4 12 [ diff_options ] file1
Chris@4 13 [ file2 ]
Chris@4 14 .SH DESCRIPTION
Chris@4 15 .I Bzcmp
Chris@4 16 and
Chris@4 17 .I bzdiff
Chris@4 18 are used to invoke the
Chris@4 19 .I cmp
Chris@4 20 or the
Chris@4 21 .I diff
Chris@4 22 program on bzip2 compressed files. All options specified are passed
Chris@4 23 directly to
Chris@4 24 .I cmp
Chris@4 25 or
Chris@4 26 .IR diff "."
Chris@4 27 If only 1 file is specified, then the files compared are
Chris@4 28 .I file1
Chris@4 29 and an uncompressed
Chris@4 30 .IR file1 ".bz2."
Chris@4 31 If two files are specified, then they are uncompressed if necessary and fed to
Chris@4 32 .I cmp
Chris@4 33 or
Chris@4 34 .IR diff "."
Chris@4 35 The exit status from
Chris@4 36 .I cmp
Chris@4 37 or
Chris@4 38 .I diff
Chris@4 39 is preserved.
Chris@4 40 .SH "SEE ALSO"
Chris@4 41 cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)
Chris@4 42 .SH BUGS
Chris@4 43 Messages from the
Chris@4 44 .I cmp
Chris@4 45 or
Chris@4 46 .I diff
Chris@4 47 programs refer to temporary filenames instead of those specified.