From owner-freebsd-hackers Thu Apr 24 00:58:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA22267 for hackers-outgoing; Thu, 24 Apr 1997 00:58:51 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA22258 for ; Thu, 24 Apr 1997 00:58:42 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id RAA21247; Thu, 24 Apr 1997 17:58:28 +1000 (EST) Date: Thu, 24 Apr 1997 17:58:27 +1000 (EST) From: "Daniel O'Callaghan" To: Steve Howe cc: freebsd-hackers Subject: Re: manpages In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 23 Apr 1997, Steve Howe wrote: > On Thu, 24 Apr 1997, David Nugent wrote: > > > If it works ok for you, then either (1) you're running without caching > > manpages in the 'cat?' subdirectories or (2) permissions on those > > directories allow anyone to write in there. > > is there any way i can step thru the man process, entering each command > 1-by-1, to make sure that works? i can't run "ps" fast enough to catch > all the things man does! % script Script started, output is typescript % man cat .... % exit % more typescript 'script' is one of those wonderful commands which few people know about. To see the processes running, turn on process accounting - 'man sa' Sorry, for you I should say: 'gzcat /usr/share/man/man8/sa.8.gz | nroff -man | more' :-) Danny