From owner-svn-src-all@FreeBSD.ORG Wed Jun 3 11:25:10 2015 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CA79432; Wed, 3 Jun 2015 11:25:10 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B9146175F; Wed, 3 Jun 2015 11:25:08 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA09396; Wed, 03 Jun 2015 14:25:00 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Z06n6-0003K6-59; Wed, 03 Jun 2015 14:25:00 +0300 Message-ID: <556EE3D3.6030608@FreeBSD.org> Date: Wed, 03 Jun 2015 14:24:03 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Sergey Kandaurov , Baptiste Daroussin CC: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r283938 - head References: <201506030602.t5362n3r028193@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 11:25:10 -0000 On 03/06/2015 13:03, Sergey Kandaurov wrote: > On 3 June 2015 at 09:02, Baptiste Daroussin wrote: >> Author: bapt >> Date: Wed Jun 3 06:02:49 2015 >> New Revision: 283938 >> URL: https://svnweb.freebsd.org/changeset/base/283938 >> >> Log: >> mandoc's makewhatis requires gnuzip to be in the path when deadling with >> with compressed manpages. >> > > [pluknet@omg] man gnuzip > No manual entry for gnuzip > > Looks like a typo in "gzip", which is the name for the compressing format > as described in RFC 1952, and of the utility that implements it. I suspect that it's simpler and "gunzip" was intended :) > The implementation that is included in base is BSD-licensed and has no > relationship with GNU project. > > As from usr.bin/gzip/gzip.c > > * gzip.c -- GPL free gzip using zlib. > -- Andriy Gapon