components/bzip2/manpages/bzdiff.1
changeset 61 7684fe2a9eb5
child 181 87e11e685b1f
equal deleted inserted replaced
60:5e85cfafff25 61:7684fe2a9eb5
       
     1 '\" t
       
     2 .\"
       
     3 .\"
       
     4 \"Shamelessly copied from zmore.1 by Philippe Troin <[email protected]>
       
     5 \"for Debian GNU/Linux
       
     6 .TH BZDIFF 1
       
     7 .SH NAME
       
     8 bzcmp, bzdiff \- compare bzip2 compressed files
       
     9 .SH SYNOPSIS
       
    10 .B bzcmp
       
    11 [ cmp_options ] file1
       
    12 [ file2 ]
       
    13 .br
       
    14 .B bzdiff
       
    15 [ diff_options ] file1
       
    16 [ file2 ]
       
    17 .SH DESCRIPTION
       
    18 .I  Bzcmp
       
    19 and 
       
    20 .I bzdiff
       
    21 are used to invoke the
       
    22 .I cmp
       
    23 or the
       
    24 .I diff
       
    25 program on bzip2 compressed files.  All options specified are passed
       
    26 directly to
       
    27 .I cmp
       
    28 or
       
    29 .IR diff "."
       
    30 If only 1 file is specified, then the files compared are
       
    31 .I file1
       
    32 and an uncompressed
       
    33 .IR file1 ".bz2."
       
    34 If two files are specified, then they are uncompressed if necessary and fed to
       
    35 .I cmp
       
    36 or
       
    37 .IR diff "."
       
    38 The exit status from 
       
    39 .I cmp
       
    40 or
       
    41 .I diff
       
    42 is preserved.
       
    43 .SH ATTRIBUTES
       
    44 See
       
    45 .BR attributes (5)
       
    46 for descriptions of the following attributes:
       
    47 .sp
       
    48 .TS
       
    49 box;
       
    50 cbp-1 | cbp-1
       
    51 l | l .
       
    52 ATTRIBUTE TYPE	ATTRIBUTE VALUE
       
    53 =
       
    54 Availability	compress/bzip2
       
    55 =
       
    56 Interface Stability	Committed
       
    57 .TE 
       
    58 .PP
       
    59 .SH "SEE ALSO"
       
    60 cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)
       
    61 .SH BUGS
       
    62 Messages from the
       
    63 .I cmp
       
    64 or
       
    65 .I diff
       
    66 programs refer to temporary filenames instead of those specified.