try again
[debian/gzip] / zdiff.1
diff --git a/zdiff.1 b/zdiff.1
index ea3bf4103fc7cb27570fad77b0db42b04aeb17f1..3a586a2f3b01e2c3efe1a37d242ded419599e53a 100644 (file)
--- a/zdiff.1
+++ b/zdiff.1
@@ -10,30 +10,40 @@ zcmp, zdiff \- compare compressed files
 [ diff_options ] file1
 [ file2 ]
 .SH DESCRIPTION
+.P
 .I  Zcmp
-and 
+and
 .I zdiff
 are used to invoke the
 .I cmp
 or the
 .I diff
-program on compressed files.  All options specified are passed directly to
+program on files compressed via
+.IR gzip "."
+All options specified are passed directly to
 .I cmp
 or
 .IR diff "."
-If only 1 file is specified, then the files compared are
-.I file1
-and an uncompressed
-.IR file1 ".gz."
-If two files are specified, then they are uncompressed if necessary and fed to
+If only one file is specified, then it is compared to a file with the same name
+without the
+.I ".gz"
+extension. If two files are specified, then they are uncompressed if necessary
+and fed to
 .I cmp
 or
 .IR diff "."
-The exit status from 
+The exit status from
 .I cmp
 or
 .I diff
 is preserved.
+.P
+When both files must be uncompressed before comparison, the second is
+uncompressed to
+.IR "/tmp" "."
+In all other cases,
+.IR "zdiff" " and " "zcmp"
+use only a pipe.
 .SH "SEE ALSO"
 cmp(1), diff(1), zmore(1), zgrep(1), znew(1), zforce(1), gzip(1), gzexe(1)
 .SH BUGS