svn commit: r283938 - head

Sergey Kandaurov pluknet at freebsd.org
Wed Jun 3 10:03:39 UTC 2015


On 3 June 2015 at 09:02, Baptiste Daroussin <bapt at freebsd.org> 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 at 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.

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.

-- 
wbr,
pluknet


More information about the svn-src-all mailing list