GNU bug report logs - #22413
Inconsistency in GZIP documentation of diagnostic output vs. manpage

Previous Next

Package: gzip;

Reported by: Jason Leschnik <jason <at> leschnik.me>

Date: Wed, 20 Jan 2016 16:32:02 UTC

Severity: minor

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22413 in the body.
You can then email your comments to 22413 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gzip <at> gnu.org:
bug#22413; Package gzip. (Wed, 20 Jan 2016 16:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jason Leschnik <jason <at> leschnik.me>:
New bug report received and forwarded. Copy sent to bug-gzip <at> gnu.org. (Wed, 20 Jan 2016 16:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jason Leschnik <jason <at> leschnik.me>
To: bug-gzip <at> gnu.org
Subject: Inconsistency in GZIP documentation of diagnostic output vs. manpage
Date: Wed, 20 Jan 2016 23:05:37 +1100
[Message part 1 (text/plain, inline)]
I noticed a minor inconsistency between the diagnostic output of gzip(1)
and what is documented in the manpage for the condition where gzip believes
the file has already been compressed "already has .gz suffix".

# Occurs in
----------------
GZIP Version: 1.6 (Compiled source from GNU mirror)
GZIP Version: 1.5 (Installed Binary on Debian 7.8)

# Reproduce
-----------------
touch example.gz && gzip example.gz

Compare this output to that of gzip(1) manpage corresponding to the error.

# Problem
--------------
Expected: gzip: example.gz already has .gz suffix -- no change
Got:          gzip: example.gz already has .gz suffix -- unchanged

# Files identified
----------------------
./gzip.doc
./gzip.1

Regards,
Jason.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gzip <at> gnu.org:
bug#22413; Package gzip. (Thu, 21 Jan 2016 04:35:02 GMT) Full text and rfc822 format available.

Message #8 received at 22413 <at> debbugs.gnu.org (full text, mbox):

From: Jason Leschnik <jason <at> leschnik.me>
To: 22413 <at> debbugs.gnu.org
Subject: Git patch to resolve GZIP manpage inconsistency
Date: Thu, 21 Jan 2016 15:34:26 +1100
[Message part 1 (text/plain, inline)]
Attached is a git generated patch to resolve the inconsistency in the gzip
manpages. I hope this is helpful, I've yet to submit a patch before.

Regards,
Jason Leschnik.
[Message part 2 (text/html, inline)]
[bug22413.patch (application/octet-stream, attachment)]

Information forwarded to bug-gzip <at> gnu.org:
bug#22413; Package gzip. (Fri, 22 Jan 2016 12:42:02 GMT) Full text and rfc822 format available.

Message #11 received at 22413 <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Jason Leschnik <jason <at> leschnik.me>
Cc: 22413 <at> debbugs.gnu.org
Subject: Re: bug#22413: Git patch to resolve GZIP manpage inconsistency
Date: Fri, 22 Jan 2016 20:41:01 +0800
On Thu, Jan 21, 2016 at 12:34 PM, Jason Leschnik <jason <at> leschnik.me> wrote:
> Attached is a git generated patch to resolve the inconsistency in the gzip
> manpages. I hope this is helpful, I've yet to submit a patch before.

Thank you for the patch.
I have applied it locally, with a minor adjustment to make the commit
log conform to our standards. However, before I push, are you sure you
want to use the email address you specified in that git header (see
below)? I suspect you'd prefer to use the same email address I see
above. If so, for future contributions, you should change the "email
=" line of your ~/.gitconfig file. Let me know and I'll adjust my copy
of your commit locally.

commit 51b4497c7ad4546fc68c44653c66cfd8eb8b9f40
Author: Jason Leschnik <jason <at> torrents.(none)>
Date:   Thu Jan 21 04:19:06 2016 +0000

    doc: correct a diagnostic in man page to match actual

    * gzip.1: s/no change/unchanged/
    This addresses http://debbugs.gnu.org/22413




Information forwarded to bug-gzip <at> gnu.org:
bug#22413; Package gzip. (Fri, 22 Jan 2016 13:10:02 GMT) Full text and rfc822 format available.

Message #14 received at 22413 <at> debbugs.gnu.org (full text, mbox):

From: Jason Leschnik <jason <at> leschnik.me>
To: Jim Meyering <jim <at> meyering.net>
Cc: 22413 <at> debbugs.gnu.org
Subject: Re: bug#22413: Git patch to resolve GZIP manpage inconsistency
Date: Sat, 23 Jan 2016 00:09:32 +1100
[Message part 1 (text/plain, inline)]
>
> However, before I push, are you sure you
> want to use the email address you specified in that git header (see
> below)?


Hey Jim,

*Doh* Definitely! My apologies for the sloppy local config. I'm fine with
you changing it to the address I'm using now (jason <at> leschnik.me).

Many thanks,
Jason.
[Message part 2 (text/html, inline)]

Reply sent to Jim Meyering <jim <at> meyering.net>:
You have taken responsibility. (Fri, 22 Jan 2016 14:25:02 GMT) Full text and rfc822 format available.

Notification sent to Jason Leschnik <jason <at> leschnik.me>:
bug acknowledged by developer. (Fri, 22 Jan 2016 14:25:02 GMT) Full text and rfc822 format available.

Message #19 received at 22413-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Jason Leschnik <jason <at> leschnik.me>
Cc: 22413-done <at> debbugs.gnu.org
Subject: Re: bug#22413: Git patch to resolve GZIP manpage inconsistency
Date: Fri, 22 Jan 2016 22:24:26 +0800
On Fri, Jan 22, 2016 at 9:09 PM, Jason Leschnik <jason <at> leschnik.me> wrote:
>> However, before I push, are you sure you
>> want to use the email address you specified in that git header (see
>> below)?
>
> Hey Jim,
>
> *Doh* Definitely! My apologies for the sloppy local config. I'm fine with
> you changing it to the address I'm using now (jason <at> leschnik.me).

No trouble.
Pushed as http://git.savannah.gnu.org/cgit/gzip.git/commit/?id=7608acdeef34543209730cfb9a235a5435fa09b8




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 20 Feb 2016 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.