From 7d8d3242d355ff8695f82422e62f018c35424535 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 23 Dec 2006 01:02:17 +0000 Subject: [PATCH] * zdiff.1: Mention that these programs currently understand only formats that gzip does. Problem reported by Jari Aalto in . --- ChangeLog | 6 ++++++ zdiff.1 | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9649dfc..1536e72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-22 Paul Eggert + + * zdiff.1: Mention that these programs currently understand only + formats that gzip does. Problem reported by Jari Aalto in + . + 2006-12-20 Paul Eggert * inflate.c (huft_build): Fix regression that caused gzip to diff --git a/zdiff.1 b/zdiff.1 index ea3bf41..588974c 100644 --- a/zdiff.1 +++ b/zdiff.1 @@ -11,13 +11,15 @@ zcmp, zdiff \- compare compressed files [ file2 ] .SH DESCRIPTION .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 "." @@ -29,7 +31,7 @@ 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 -- 2.47.2