From owner-freebsd-hackers Wed Apr 23 17:52:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA04134 for hackers-outgoing; Wed, 23 Apr 1997 17:52:57 -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 RAA04129 for ; Wed, 23 Apr 1997 17:52:52 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id KAA19524; Thu, 24 Apr 1997 10:52:41 +1000 (EST) Date: Thu, 24 Apr 1997 10:52:40 +1000 (EST) From: "Daniel O'Callaghan" To: un_x 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, un_x wrote: > On Thu, 24 Apr 1997, Daniel O'Callaghan wrote: > > > On Wed, 23 Apr 1997, un_x wrote: > > > > can anyone tell me how i might get manpages to work? > > > > /usr/share/man/cat* should be owned by man.bin, mode 755 > > /usr/bin/man should be owned by man.bin, mode 4555 (-r-sr-xr-x) > > yes - that is correct, my problem is that something is translating > my manpages into non-gzip catpages. i can go in as root and > cannot gzip -d any catpages. though they end in .gz and > look ok. when executing a man command, zcat fails trying > to unzip the cat page "not in gzip format". What do you get if you do a 'file xxx.1.gz' If you rm xxx.1.gz and do 'man 1 xxx' Danny