Module Name: src Committed By: mrg Date: Tue Oct 27 07:36:18 UTC 2015
Modified Files: src/usr.bin/gzip: gzip.1 gzip.c Log Message: port across the change from freebsd rev 290024: In gunzip(1), treat trailing garbage as a warning and not an error. This allows scripts to distinguish it between real fatal errors, for instance a CRC mismatch. Update manual page for the behavior change. PR: bin/203873 Submitted by: Eugene Grosbein <eugen grosbein net> MFC after: 2 weeks To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/gzip/gzip.1 cvs rdiff -u -r1.108 -r1.109 src/usr.bin/gzip/gzip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.