On Sun, Oct 02, 2005 at 06:57:33AM -0400, Gerard Seibert wrote:
> On Sat, 1 Oct 2005 21:22:39 +0300, Ruslan Ermilov <[EMAIL PROTECTED]>
> Subject: Re: Periodic Weekly Report
> Wrote these words of wisdom:
>
> > On Sat, Oct 01, 2005 at 01:51:19PM +0300, Giorgos Keramidas wr
Giorgos Keramidas <[EMAIL PROTECTED]> writes:
> # flame:/usr/src$ find . -type f | egrep -e '\.(man|[0-9]+)$' | xargs grep
> '\.Ft[[:space:]]*$'
A Bourne script which egreps installed manual directories:
find $(manpath|sed s/:/\ /g) | xargs grep -EZH "$@"
__
On 2005-10-01 21:22, Ruslan Ermilov <[EMAIL PROTECTED]> wrote:
> On Sat, Oct 01, 2005 at 01:51:19PM +0300, Giorgos Keramidas wrote:
> > On 2005-10-01 06:18, Gerard Seibert <[EMAIL PROTECTED]> wrote:
> > > I received this report after 'periodic weekly' had completed its run.
> > >
> > > Cleaning up
On Sat, Oct 01, 2005 at 01:51:19PM +0300, Giorgos Keramidas wrote:
> On 2005-10-01 06:18, Gerard Seibert <[EMAIL PROTECTED]> wrote:
> > I received this report after 'periodic weekly' had completed its run.
> >
> > Cleaning up kernel database files:
> >
> > Rebuilding locate database:
> >
> > Rebuil
On 2005-10-01 06:18, Gerard Seibert <[EMAIL PROTECTED]> 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 ...