fix for #693463, part of the zdiff man page edits are no longer needed
[debian/gzip] / debian / patches / zdiff-man.diff
1 diff --git a/zdiff.1 b/zdiff.1
2 index 588974c..3b0ace5 100644
3 --- a/zdiff.1
4 +++ b/zdiff.1
5 @@ -10,6 +10,7 @@ zcmp, zdiff \- compare compressed files
6  [ diff_options ] file1
7  [ file2 ]
8  .SH DESCRIPTION
9 +.P
10  .I  Zcmp
11  and
12  .I zdiff
13 @@ -23,11 +24,11 @@ All options specified are passed directly to
14  .I cmp
15  or
16  .IR diff "."
17 -If only 1 file is specified, then the files compared are
18 -.I file1
19 -and an uncompressed
20 -.IR file1 ".gz."
21 -If two files are specified, then they are uncompressed if necessary and fed to
22 +If only one file is specified, then it is compared to a file with the same name
23 +without the
24 +.I ".gz"
25 +extension. If two files are specified, then they are uncompressed if necessary
26 +and fed to
27  .I cmp
28  or
29  .IR diff "."