Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2005 01:55:52 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Ruslan Ermilov <ru@freebsd.org>
Cc:        freebsd-questions@freebsd.org, Anton Berezin <tobez@freebsd.org>
Subject:   Re: Periodic Weekly Report
Message-ID:  <20051001225552.GA1192@flame.pc>
In-Reply-To: <20051001182239.GA19925@ip.net.ua>
References:  <20051001061241.E225.GERARD@seibercom.net> <20051001105119.GA2921@flame.pc> <20051001182239.GA19925@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-10-01 21:22, Ruslan Ermilov <ru@freebsd.org> wrote:
> On Sat, Oct 01, 2005 at 01:51:19PM +0300, Giorgos Keramidas wrote:
> > On 2005-10-01 06:18, Gerard Seibert <gerard@seibercom.net> wrote:
> > > I received this report after 'periodic weekly' had completed its run.
> > >
> > > Cleaning up kernel database files:
> > >
> > > Rebuilding locate database:
> > >
> > > Rebuilding whatis database:
> > >
> > > Reformatting manual pages:
> > > Usage: .Ft function_type ... (#284)
> > > Usage: .Ft function_type ... (#348)
>
> This is a markup bug in some manpage.

I think I know where:

# flame:/usr/src$ find . -type f | egrep -e '\.(man|[0-9]+)$' | xargs grep '\.Ft[[:space:]]*$'
# ./crypto/heimdal/lib/gssapi/gss_acquire_cred.3:.Ft
# ./crypto/heimdal/lib/gssapi/gss_acquire_cred.3:.Ft
# flame:/usr/src$

> > > mdoc warning: .Fx: Unknown FreeBSD version `5.4' (#94)
> > > mdoc warning: .Fx: Unknown FreeBSD version `5.4' (#94)
>
> This is a result of FreeBSD 5.4 being mistakenly remove from
> mdoc-local.  I've re-added it to the RELENG_5 now, so it
> should be fixed if oyu're tracking RELENG_5.

Great!  Thanks :)))

> > > catman: /usr/local/lib/perl5/5.8.7/man/cat3: mkdir: Permission denied
> > > catman: /usr/local/lib/perl5/5.8.7/perl/man/cat3: mkdir: Permission denied
>
> This is a bug in the use.perl script: it should also create the
> "cat3" directory mentioned above, with "man:wheel" ownership.

Ah!  I see now.




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