Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2004 11:46:29 +0200
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        Rob <spamrefuse@yahoo.com>
Cc:        Akinori MUSHA <knu@freebsd.org>
Subject:   Re: typo in man page of pkg_glob
Message-ID:  <20041213094629.GB2665@orion.daedalusnetworks.priv>
In-Reply-To: <41BB8BD6.4090207@yahoo.com>
References:  <41BB8BD6.4090207@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-12-12 09:07, Rob <spamrefuse@yahoo.com> wrote:
>
> I found a typo in the man page of pkg_glob:
>
>              '>=2001-09-20 08:00'
>                     Everything that was installed after
>                     2001-09-20 08:00:00 (local time).
>                     `png'.
>
> This entry has a stray 'png' in the end.

True.  The pkg_glob manpage is installed as part of portupgrade.

This should probably be fixed in the portupgrade distribution, so that
updating the portupgrade port will fix it :-)

The patch is very simple:

% diff -ruN pkgtools-20040701.orig/bin/pkg_glob.1 pkgtools-20040701/bin/pkg_glob.1
% --- pkgtools-20040701.orig/bin/pkg_glob.1       Sun Aug 31 17:04:48 2003
% +++ pkgtools-20040701/bin/pkg_glob.1    Mon Dec 13 11:45:48 2004
% @@ -107,7 +107,6 @@
%  .Pp
%  .It '>=2001-09-20 08:00'
%  Everything that was installed after 2001-09-20 08:00:00 (local time).
% -.Sq png .
%  .Pp
%  .It '<png'
%  Everything that was installed prior to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041213094629.GB2665>